mirror of
https://github.com/penpot/penpot.git
synced 2025-03-10 14:51:37 -05:00
🐛 Fix problem with scaling constraints
This commit is contained in:
parent
2735229ffe
commit
9c2cbb2a48
1 changed files with 3 additions and 1 deletions
|
@ -326,7 +326,9 @@
|
|||
reset-modifiers?
|
||||
(and (gpo/axis-aligned? parent-bounds)
|
||||
(gpo/axis-aligned? child-bounds)
|
||||
(gpo/axis-aligned? transformed-parent-bounds))
|
||||
(gpo/axis-aligned? transformed-parent-bounds)
|
||||
(not= :scale constraints-h)
|
||||
(not= :scale constraints-v))
|
||||
|
||||
modifiers
|
||||
(if reset-modifiers?
|
||||
|
|
Loading…
Add table
Reference in a new issue