iOS:fix yoga source code typo
This commit is contained in:
parent
ef070e0e6f
commit
9f5eea4764
@ -2193,7 +2193,7 @@ static float YGDistributeFreeSpaceSecondPass(
|
|||||||
layoutMarkerData,
|
layoutMarkerData,
|
||||||
layoutContext);
|
layoutContext);
|
||||||
node->setLayoutHadOverflow(
|
node->setLayoutHadOverflow(
|
||||||
node->getLayout().hadOverflow |
|
node->getLayout().hadOverflow ||
|
||||||
currentRelativeChild->getLayout().hadOverflow);
|
currentRelativeChild->getLayout().hadOverflow);
|
||||||
}
|
}
|
||||||
return deltaFreeSpace;
|
return deltaFreeSpace;
|
||||||
|
Reference in New Issue
Block a user