vcl/qt5/Qt5Frame.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit d1a4569acb4f91f0d3f56fdbe3a4cc8c77c5f816
Author:     Tomaž Vajngerl <[email protected]>
AuthorDate: Sun Nov 10 12:34:54 2019 +0100
Commit:     Tomaž Vajngerl <[email protected]>
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 <[email protected]>

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);
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to