wasn't copying alignSelf

This commit is contained in:
ricky cancro 2015-10-02 20:58:52 -07:00
parent 897f7210ad
commit eb5e670e5d

View File

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