From 30ca6bf6ff2a355bd79097784e527489437d05ca Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Wed, 22 Oct 2025 13:15:14 +0200 Subject: [PATCH] :bug: Fix selected colors not showing colors from children shapes in multiple selection --- CHANGES.md | 1 + .../app/main/ui/workspace/sidebar/options/shapes/multiple.cljs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 2b398c1c2f..ee7462020f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -65,6 +65,7 @@ - Fix text override is lost after switch [Taiga #12269](https://tree.taiga.io/project/penpot/issue/12269) - Fix exporting a board crashing the app [Taiga #12384](https://tree.taiga.io/project/penpot/issue/12384) - Fix nested variant in a component doesn't keep inherited overrides [Taiga #12299](https://tree.taiga.io/project/penpot/issue/12299) +- Fix selected colors not showing colors from children shapes in multiple selection [Taiga #12384](https://tree.taiga.io/project/penpot/issue/12385) ## 2.10.1 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 efaaf22b0b..4c4d72347c 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 @@ -501,7 +501,7 @@ [:> color-selection-menu* {:file-id file-id :type type - :shapes shapes + :shapes (vals objects) :libraries libraries}]) (when-not (empty? shadow-ids)