diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2019-11-10 12:34:54 +0100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2019-11-10 20:09:03 +0100 |
commit | d1a4569acb4f91f0d3f56fdbe3a4cc8c77c5f816 (patch) | |
tree | af7c011933499b35197be47733e98817b09b6789 /vcl | |
parent | 88785adc9d816e0e2975489581cb424d08cb082a (diff) |
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@gmail.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/qt5/Qt5Frame.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
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); |