From e061ba812323f277d91bb562a5250f30b6f16331 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Thu, 2 Mar 2023 14:48:36 +0100 Subject: [PATCH] :bug: Fix problem with shadows and blur on multiple selection --- CHANGES.md | 1 + common/src/app/common/pages/common.cljc | 4 ++++ .../main/ui/workspace/sidebar/options/shapes/multiple.cljs | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 83eeaef7eb..15d3ca5dd8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,7 @@ ### :bug: Bugs fixed - Fix copy and paste very nested inside itself [Taiga #4848](https://tree.taiga.io/project/penpot/issue/4848) - Fix custom fonts not rendered correctly [Taiga #4874](https://tree.taiga.io/project/penpot/issue/4874) +- Fix problem with shadows and blur on multiple selection ## 1.17.2 diff --git a/common/src/app/common/pages/common.cljc b/common/src/app/common/pages/common.cljc index 7e392cc92e..255e00a708 100644 --- a/common/src/app/common/pages/common.cljc +++ b/common/src/app/common/pages/common.cljc @@ -123,6 +123,10 @@ :blocked :hidden + :shadow + + :blur + :fills :fill-color :fill-opacity diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/shapes/multiple.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/shapes/multiple.cljs index 7245fe2adb..0e0f7008c7 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/shapes/multiple.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/shapes/multiple.cljs @@ -40,8 +40,8 @@ :layer :shape :constraint :shape :fill :shape - :shadow :children - :blur :children + :shadow :shape + :blur :shape :stroke :shape :text :children :exports :shape