-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cross-orientation sizable support #1453
Comments
…oving a LayoutBox instance for phetsims/scenery#1420. Matrix3 rotations improved to have true zeros for Math.PI/2 rotations
…oving a LayoutBox instance for phetsims/scenery#1420. Matrix3 rotations improved to have true zeros for Math.PI/2 rotations
…oving a LayoutBox instance for phetsims/scenery#1420. Matrix3 rotations improved to have true zeros for Math.PI/2 rotations
…oving a LayoutBox instance for phetsims/scenery#1420. Matrix3 rotations improved to have true zeros for Math.PI/2 rotations
…oving a LayoutBox instance for phetsims/scenery#1420. Matrix3 rotations improved to have true zeros for Math.PI/2 rotations
…oving a LayoutBox instance for phetsims/scenery#1420. Matrix3 rotations improved to have true zeros for Math.PI/2 rotations
…x instance for #1420. Matrix3 rotations improved to have true zeros for Math.PI/2 rotations
@marlitas, would you be able to review (possibly together with me) the above changes? Notably, before this, some buttons were broken with 90-degree rotated content (build-a-nucleus is one example). |
I looked through the code changes and everything looks good from my perspective. The only question I have regards changes in |
@jonathanolson and I talked through this and I have no more questions. Closing as completed! |
Adding support to properly adjust/forward preferred/minimum sizes to the OTHER orientation if there is a 90/-90 degree angle. We've sometimes rotated components by that (Math.PI/2), and in that case the localPreferredWidth should be connected to the preferredHeight (and vice versa, and also for minimums).
The text was updated successfully, but these errors were encountered: