[Libreoffice-commits] core.git: svx/source
Susobhan Ghosh
susobhang70 at gmail.com
Thu Aug 11 12:26:26 UTC 2016
svx/source/sidebar/shapes/DefaultShapesPanel.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c878bfc8c90372217bfa41818825f4e047b794d8
Author: Susobhan Ghosh <susobhang70 at gmail.com>
Date: Thu Aug 11 17:13:39 2016 +0530
Change background of shape thumbnails to dialog color
Change-Id: I9fc84fc78d7652eb12408688cd9c0be16f7e2d78
Reviewed-on: https://gerrit.libreoffice.org/28048
Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>
Tested-by: Yousuf Philips <philipz85 at hotmail.com>
diff --git a/svx/source/sidebar/shapes/DefaultShapesPanel.cxx b/svx/source/sidebar/shapes/DefaultShapesPanel.cxx
index 1793249..32254b1 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));
}
}
More information about the Libreoffice-commits
mailing list