mirror of
https://github.com/penpot/penpot.git
synced 2025-05-15 11:06:39 +02: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:
commit
a79f6a9946
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@
|
||||||
:separator
|
:separator
|
||||||
{:title "Border Radius" :submenu :border-radius}]
|
{:title "Border Radius" :submenu :border-radius}]
|
||||||
[:separator]
|
[:separator]
|
||||||
(stroke-width context-data)
|
(stroke-width (assoc context-data :on-update-shape wtch/update-stroke-width))
|
||||||
[:separator]
|
[:separator]
|
||||||
(generic-attribute-actions #{:x} "X" (assoc context-data :on-update-shape wtch/update-shape-position))
|
(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))))}))
|
(generic-attribute-actions #{:y} "Y" (assoc context-data :on-update-shape wtch/update-shape-position))))}))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue