summaryrefslogtreecommitdiff
path: root/vcl/source/app
diff options
context:
space:
mode:
authorAnshu <anshukhare50@gmail.com>2021-01-07 14:59:49 +0530
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2021-01-19 08:52:31 +0100
commit474398937b5d53d5c7ab30a877f8b663e6963b02 (patch)
treef4a90882ba3a9b78af84c60d98f55fcd3dab584e /vcl/source/app
parente8aef914671d9712fb3fadb2d8fba60f09784288 (diff)
tdf#138890 : weld::LabelType::Warning font color in dark themes
Change-Id: Ia0315037b0edee921a6a24b23673ad04c7821388 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108929 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'vcl/source/app')
-rw-r--r--vcl/source/app/salvtables.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx
index d10a2450d5c0..7470800b28d8 100644
--- a/vcl/source/app/salvtables.cxx
+++ b/vcl/source/app/salvtables.cxx
@@ -3187,7 +3187,7 @@ void SalInstanceEntry::set_message_type(weld::EntryMessageType eType)
// tdf#114603: enable setting the background to a different color;
// relevant for GTK; see also #i75179#
m_xEntry->SetForceControlBackground(true);
- m_xEntry->SetControlForeground();
+ m_xEntry->SetControlForeground(COL_BLACK);
m_xEntry->SetControlBackground(COL_YELLOW);
break;
case weld::EntryMessageType::Error: