OK, I’ve pushed this commit to the develop branch:
You’ll need to pull and re-build the Projucer to see the changes.
OK, I’ve pushed this commit to the develop branch:
You’ll need to pull and re-build the Projucer to see the changes.
This line is a litte bit tricky to unpack. It’s equivalent to:
xMode.anchorPoint != anchorAtRightOrBottom &&
xMode.anchorPoint != anchorAtCentre &&
xMode.positionMode == absoluteFromParentTopLeft
i.e.
xMode.anchorPoint == anchorAtLeftOrTop &&
xMode.positionMode == absoluteFromParentTopLeft
I’m surprised it passed your internal code review 