0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-20 19:51:23 -05:00

Merge pull request #5634 from tokens-studio/florian/36-stroke-width

🐛 Fix stroke width not updating when applied from dimensions context …
This commit is contained in:
Eva Marco 2025-01-21 16:06:08 +01:00 committed by GitHub
commit a79f6a9946
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -202,7 +202,7 @@
:separator
{:title "Border Radius" :submenu :border-radius}]
[:separator]
(stroke-width context-data)
(stroke-width (assoc context-data :on-update-shape wtch/update-stroke-width))
[:separator]
(generic-attribute-actions #{:x} "X" (assoc context-data :on-update-shape wtch/update-shape-position))
(generic-attribute-actions #{:y} "Y" (assoc context-data :on-update-shape wtch/update-shape-position))))}))