Applying Scale #10159
Applying Scale
#10159
Replies: 3 comments 3 replies
-
Di you look into customizing controls to not scale but just change width/height property of the group? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for the reply, much appreciated. I certainly can look into that but shouldn't this work? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Doh — indeed that was the issue with #1 — thanks for catching that mistake! Re: #2 — understood, I'll explore a custom LayoutManager/LayoutStrategy. Cheers! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to make a simple demo of a FixedLayout Group containing a rect. The rect is not selectable.
When the group is scaled, the goal is:
Setting aside #2 for the moment, just applying the scale on resize results in the right-middle resize control not responding and the left-middle resize control moving the block instead of resizing it:
Code:
https://codepen.io/drinkspiller/pen/GRbaPyX?editors=0010
It feels like buggy behavior, but I suspect I might be missing something. I appreciate any guidance, thank you!
Beta Was this translation helpful? Give feedback.
All reactions