summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-10-13 12:51:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-10-14 21:55:33 +0200
commit860ebbdc4238abe5e996020b0370de7952500526 (patch)
treee3a345a316ed7fbd6003e65b1fde13118b6c7f89
parenta0e1c2e4ff7c89f284442d2e8cb2b1810a1d61f5 (diff)
use shadowcolor for bordercolor
this is what the calc inputbar has always done Change-Id: I17d3dd0b45575e81d6f2e2f109d371cfe366883b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104322 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--vcl/source/window/layout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx
index 39fa631e8bd4..d5379faba384 100644
--- a/vcl/source/window/layout.cxx
+++ b/vcl/source/window/layout.cxx
@@ -1800,7 +1800,7 @@ VclScrolledWindow::VclScrolledWindow(vcl::Window *pParent)
AllSettings aAllSettings = GetSettings();
StyleSettings aStyle = aAllSettings.GetStyleSettings();
- aStyle.SetMonoColor(aStyle.GetActiveBorderColor());
+ aStyle.SetMonoColor(aStyle.GetShadowColor());
aAllSettings.SetStyleSettings(aStyle);
SetSettings(aAllSettings);