Kaydet (Commit) c8929423 authored tarafından Rishabh Kumar's avatar Rishabh Kumar Kaydeden (comit) Rishabh Kumar

Grid line color change for SvxPixelCtl

Change-Id: I0a7c0f2f8da9323a341fe378dcb7ef596aa133af
Reviewed-on: https://gerrit.libreoffice.org/26884Reviewed-by: 's avatarHeiko Tietze <tietze.heiko@googlemail.com>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarRishabh Kumar <kris.kr296@yahoo.in>
üst e364e52b
......@@ -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 ];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment