[Libreoffice-commits] core.git: vcl/qt5
Tomaž Vajngerl (via logerrit)
logerrit at kemper.freedesktop.org
Sun Nov 10 19:09:47 UTC 2019
vcl/qt5/Qt5Frame.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit d1a4569acb4f91f0d3f56fdbe3a4cc8c77c5f816
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Sun Nov 10 12:34:54 2019 +0100
Commit: Tomaž Vajngerl <quikee at gmail.com>
CommitDate: Sun Nov 10 20:09:03 2019 +0100
Set action button colors in QT5 backend too
Change-Id: I8aacadbef404cdad474a58d92b947fea2aa22604
Reviewed-on: https://gerrit.libreoffice.org/82384
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>
diff --git a/vcl/qt5/Qt5Frame.cxx b/vcl/qt5/Qt5Frame.cxx
index 7803a7ebd4eb..47bfb357c2a5 100644
--- a/vcl/qt5/Qt5Frame.cxx
+++ b/vcl/qt5/Qt5Frame.cxx
@@ -965,6 +965,9 @@ void Qt5Frame::UpdateSettings(AllSettings& rSettings)
// Buttons
style.SetButtonTextColor(aButn);
+ style.SetDefaultActionButtonTextColor(aButn);
+ style.SetActionButtonTextColor(aButn);
+ style.SetActionButtonRolloverTextColor(aButn);
style.SetButtonRolloverTextColor(aButn);
style.SetButtonPressedRolloverTextColor(aButn);
More information about the Libreoffice-commits
mailing list