vcl/source/window/splitwin.cxx | 4 ---- 1 file changed, 4 deletions(-)
New commits: commit 1349e66ef629bfc8aed23434108339bdba5013bb Author: andreas kainz <kain...@gmail.com> AuthorDate: Tue Sep 15 22:40:44 2020 +0200 Commit: Andreas Kainz <kain...@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 <kain...@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)); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits