svx/source/dialog/dlgctrl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c89294233b6a9ffc1bd75e6e9226ad723b7d5538 Author: Rishabh Kumar <[email protected]> Date: Mon Jul 4 03:30:41 2016 +0530 Grid line color change for SvxPixelCtl Change-Id: I0a7c0f2f8da9323a341fe378dcb7ef596aa133af Reviewed-on: https://gerrit.libreoffice.org/26884 Reviewed-by: Heiko Tietze <[email protected]> Tested-by: Jenkins <[email protected]> Reviewed-by: Rishabh Kumar <[email protected]> diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx index 3eb447b..fc8cf66 100644 --- a/svx/source/dialog/dlgctrl.cxx +++ b/svx/source/dialog/dlgctrl.cxx @@ -808,7 +808,7 @@ SvxPixelCtl::SvxPixelCtl(vcl::Window* pParent, sal_uInt16 nNumber) assert(nLines); // can't have no lines SetPixelColor( Color( COL_BLACK ) ); SetBackgroundColor( Color( COL_WHITE ) ); - SetLineColor( Application::GetSettings().GetStyleSettings().GetShadowColor() ); + SetLineColor( Color( COL_LIGHTGRAY ) ); nSquares = nLines * nLines; pPixel = new sal_uInt16[ nSquares ]; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
