Merge pull request #701 from rcancro/layoutOptionBug

wasn't copying alignSelf
This commit is contained in:
appleguy 2015-10-02 23:14:01 -07:00
commit 6f9c819b5d

View File

@ -98,6 +98,7 @@ static Class gDefaultLayoutOptionsClass = nil;
self.spacingBefore = layoutOptions.spacingBefore; self.spacingBefore = layoutOptions.spacingBefore;
self.flexGrow = layoutOptions.flexGrow; self.flexGrow = layoutOptions.flexGrow;
self.flexShrink = layoutOptions.flexShrink; self.flexShrink = layoutOptions.flexShrink;
self.alignSelf = layoutOptions.alignSelf;
self.ascender = layoutOptions.ascender; self.ascender = layoutOptions.ascender;
self.descender = layoutOptions.descender; self.descender = layoutOptions.descender;