Skip to content

Commit

Permalink
Update ASButtonNode.mm (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseoldduck authored and maicki committed Oct 29, 2018
1 parent 25a3d33 commit 959dafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ASButtonNode.mm
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ - (instancetype)init
_contentVerticalAlignment = ASVerticalAlignmentCenter;
_contentEdgeInsets = UIEdgeInsetsZero;
_imageAlignment = ASButtonNodeImageAlignmentBeginning;
self.accessibilityTraits = self.defaultAccessibilityTraits;;
self.accessibilityTraits = self.defaultAccessibilityTraits;
}
return self;
}
Expand Down

0 comments on commit 959dafc

Please sign in to comment.