Merge pull request #84 from lukasreichart/master
If the measure function is defined: only return from execution of lay…
This commit is contained in:
@@ -481,7 +481,9 @@ public class LayoutEngine {
|
||||
getPaddingAndBorderAxis(node, CSSFlexDirection.COLUMN);
|
||||
}
|
||||
}
|
||||
return;
|
||||
if (node.getChildCount() == 0) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
int i;
|
||||
|
Reference in New Issue
Block a user