summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sidebar/shapes/DefaultShapesPanel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/shapes/DefaultShapesPanel.cxx b/svx/source/sidebar/shapes/DefaultShapesPanel.cxx
index 17932499d204..32254b14acc5 100644
--- a/svx/source/sidebar/shapes/DefaultShapesPanel.cxx
+++ b/svx/source/sidebar/shapes/DefaultShapesPanel.cxx
@@ -84,7 +84,7 @@ void DefaultShapesPanel::Initialize()
populateShapes();
for(auto& aSetMap: mpShapesSetMap)
{
- aSetMap.first->SetColor(GetSettings().GetStyleSettings().GetMenuColor());
+ aSetMap.first->SetColor(GetSettings().GetStyleSettings().GetDialogColor());
aSetMap.first->SetSelectHdl(LINK(this, DefaultShapesPanel, ShapeSelectHdl));
}
}