[Libreoffice-commits] core.git: vcl/source

andreas kainz (via logerrit) logerrit at kemper.freedesktop.org
Wed Sep 16 15:08:31 UTC 2020


 vcl/source/window/splitwin.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 1349e66ef629bfc8aed23434108339bdba5013bb
Author:     andreas kainz <kainz.a at gmail.com>
AuthorDate: Tue Sep 15 22:40:44 2020 +0200
Commit:     Andreas Kainz <kainz.a at gmail.com>
CommitDate: Wed Sep 16 17:07:48 2020 +0200

    remove border line from sidebar
    
    Change-Id: I520b6a5eaec5db065dc122b3e97861548347791e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102825
    Tested-by: Jenkins
    Reviewed-by: Andreas Kainz <kainz.a at gmail.com>

diff --git a/vcl/source/window/splitwin.cxx b/vcl/source/window/splitwin.cxx
index 66d64e7fd343..58b4c01921a6 100644
--- a/vcl/source/window/splitwin.cxx
+++ b/vcl/source/window/splitwin.cxx
@@ -181,10 +181,6 @@ void SplitWindow::ImplDrawBorder(vcl::RenderContext& rRenderContext)
     switch (meAlign)
     {
     case WindowAlign::Bottom:
-        rRenderContext.SetLineColor(rStyleSettings.GetShadowColor());
-        rRenderContext.DrawLine(Point(0, 0), Point(nDX - 1, 0));
-        rRenderContext.DrawLine(Point(0, nDY - 2), Point(nDX - 1, nDY - 2));
-
         rRenderContext.SetLineColor(rStyleSettings.GetLightColor());
         rRenderContext.DrawLine(Point(0, 1), Point(nDX - 1, 1));
         rRenderContext.DrawLine(Point(0, nDY - 1), Point(nDX - 1, nDY - 1));


More information about the Libreoffice-commits mailing list