svx/source/sidebar/shapes/DefaultShapesPanel.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c878bfc8c90372217bfa41818825f4e047b794d8
Author: Susobhan Ghosh <susobhan...@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 <philip...@hotmail.com>
    Tested-by: Yousuf Philips <philip...@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));
     }
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to