diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2021-07-13 10:24:19 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-07-13 12:49:28 +0200 |
commit | d3228d493cd6d36972659d8700aeffc15f007dd6 (patch) | |
tree | 89a7f46f97185c5e3bc0aec39b40ed0e366a8f25 /svx/source/tbxctrls/tbcontrl.cxx | |
parent | 960ce1ebafda0eaff0633f10c0fea7b3af703f9a (diff) |
Resolves tdf#143272 - Window text color for border lines
Change-Id: If57e391328f0f49161b3ffae83a0077bc34ac10f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118820
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'svx/source/tbxctrls/tbcontrl.cxx')
-rw-r--r-- | svx/source/tbxctrls/tbcontrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index 7495876f2563..1f2adef9fdfb 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -636,7 +636,7 @@ private: , m_nWidth( 5 ) , m_sNone() , aVirDev(VclPtr<VirtualDevice>::Create()) - , aColor(COL_BLACK) + , aColor(Application::GetSettings().GetStyleSettings().GetWindowTextColor()) , maPaintCol(COL_BLACK) , eSourceUnit(FieldUnit::POINT) { |