Skip to content

Commit

Permalink
node tint color fix (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlchapaev authored and Adlai-Holler committed Feb 1, 2018
1 parent 0c4ccc5 commit 0f061b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/ASTableView.mm
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ - (void)setElement:(ASCollectionElement *)element
self.selectionStyle = node.selectionStyle;
self.focusStyle = node.focusStyle;
self.accessoryType = node.accessoryType;
self.tintColor = node.tintColor;

// the following ensures that we clip the entire cell to it's bounds if node.clipsToBounds is set (the default)
// This is actually a workaround for a bug we are seeing in some rare cases (selected background view
Expand Down

0 comments on commit 0f061b4

Please sign in to comment.