[Libreoffice-commits] core.git: svx/source
Heiko Tietze (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jul 13 10:50:01 UTC 2021
svx/source/tbxctrls/tbcontrl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d3228d493cd6d36972659d8700aeffc15f007dd6
Author: Heiko Tietze <tietze.heiko at gmail.com>
AuthorDate: Tue Jul 13 10:24:19 2021 +0200
Commit: Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Tue Jul 13 12:49:28 2021 +0200
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 at documentfoundation.org>
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)
{
More information about the Libreoffice-commits
mailing list