From eb5e670e5da2584d2d050d5a002c2a746cfcc9dc Mon Sep 17 00:00:00 2001 From: ricky cancro Date: Fri, 2 Oct 2015 20:58:52 -0700 Subject: [PATCH] wasn't copying alignSelf --- AsyncDisplayKit/Layout/ASLayoutOptions.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/AsyncDisplayKit/Layout/ASLayoutOptions.mm b/AsyncDisplayKit/Layout/ASLayoutOptions.mm index e96f955c21..a40eea2bd5 100644 --- a/AsyncDisplayKit/Layout/ASLayoutOptions.mm +++ b/AsyncDisplayKit/Layout/ASLayoutOptions.mm @@ -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;