Add feature to use percentage as value unit #258

Closed
woehrl01 wants to merge 43 commits from percentage-feature into master
74 changed files with 5148 additions and 3041 deletions
Showing only changes of commit dd63f7961e - Show all commits

View File

@@ -89,7 +89,7 @@ YGBENCHMARKS({
YGNodeStyleSetFlexDirection(grandChild, YGFlexDirectionRow);
YGNodeStyleSetFlexGrow(grandChild, 1);
YGNodeStyleSetWidth(grandChild, YGPx(10));
YGNodeStyleSetHeight(grandChild, YGPx/10));
YGNodeStyleSetHeight(grandChild, YGPx(10));
YGNodeInsertChild(child, grandChild, 0);
for (uint32_t iii = 0; iii < 10; iii++) {