mirror of
https://github.com/penpot/penpot.git
synced 2025-05-30 06:26:11 +02:00
🐛 Fix problem when editing gap/margins in layout
This commit is contained in:
parent
bda2468a86
commit
2272977d67
2 changed files with 4 additions and 4 deletions
|
@ -184,10 +184,10 @@
|
|||
(ctm/resize scalev resize-origin shape-transform shape-transform-inverse)
|
||||
|
||||
(cond-> set-fix-width?
|
||||
(ctm/change-parent-property :layout-item-h-sizing :fix))
|
||||
(ctm/change-property :layout-item-h-sizing :fix))
|
||||
|
||||
(cond-> set-fix-height?
|
||||
(ctm/change-parent-property :layout-item-v-sizing :fix))
|
||||
(ctm/change-property :layout-item-v-sizing :fix))
|
||||
|
||||
(cond-> scale-text
|
||||
(ctm/scale-content (:x scalev))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue