diff --git a/CHANGES.md b/CHANGES.md index c3da69c9e..e0de21261 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -35,6 +35,7 @@ ### :bug: Bugs fixed +- Fix border radious on boolean operations [Taiga](https://tree.taiga.io/project/penpot/issue/3959) - Fix inconsistent representation of rectangles [Taiga #3977](https://tree.taiga.io/project/penpot/issue/3977) - Fix recent fonts info [Taiga #3953](https://tree.taiga.io/project/penpot/issue/3953) - Fix clipped elements affect boards and centering [Taiga #3666](https://tree.taiga.io/project/penpot/issue/3666) diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/measures.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/menus/measures.cljs index dd197446f..5a44676ba 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/measures.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/measures.cljs @@ -174,7 +174,9 @@ (fn [shape] (if (ctsr/has-radius? shape) (update-fn shape) - shape))))) + shape)) + {:reg-objects? true + :attrs [:rx :ry :r1 :r2 :r3 :r4]}))) on-switch-to-radius-1 (mf/use-callback