diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-10-13 12:51:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-10-14 21:55:33 +0200 |
commit | 860ebbdc4238abe5e996020b0370de7952500526 (patch) | |
tree | e3a345a316ed7fbd6003e65b1fde13118b6c7f89 /vcl | |
parent | a0e1c2e4ff7c89f284442d2e8cb2b1810a1d61f5 (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>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/layout.cxx | 2 |
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); |