This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO418
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO418 by this push:
new 864cebc Make zoom slider "flat"
864cebc is described below
commit 864cebc0810ebd9b1149ddd054a87547aa124001
Author: Matthias Seidel <[email protected]>
AuthorDate: Fri Jul 12 10:54:53 2019 +0000
Make zoom slider "flat"
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1862964
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit c7124341d520321e55c1e28d4f05c094f2f5333f)
---
main/svx/source/stbctrls/zoomsliderctrl.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/main/svx/source/stbctrls/zoomsliderctrl.cxx
b/main/svx/source/stbctrls/zoomsliderctrl.cxx
index 367d66d..e63a268 100644
--- a/main/svx/source/stbctrls/zoomsliderctrl.cxx
+++ b/main/svx/source/stbctrls/zoomsliderctrl.cxx
@@ -310,8 +310,8 @@ void SvxZoomSliderControl::Paint( const UserDrawEvent&
rUsrEvt )
Rectangle aRight( aSlider );
aRight.Left() = aRight.Right();
- pDev->SetLineColor( Color ( COL_WHITE ) );
- pDev->SetFillColor( Color ( COL_WHITE ) );
+ pDev->SetLineColor( Color ( COL_GRAY ) );
+ pDev->SetFillColor( Color ( COL_GRAY ) );
pDev->DrawRect( aSecondLine );
pDev->DrawRect( aRight );