svx/source/tbxctrls/tbcontrl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d3228d493cd6d36972659d8700aeffc15f007dd6
Author:     Heiko Tietze <tietze.he...@gmail.com>
AuthorDate: Tue Jul 13 10:24:19 2021 +0200
Commit:     Heiko Tietze <heiko.tie...@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.tie...@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)
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to