From d1a4569acb4f91f0d3f56fdbe3a4cc8c77c5f816 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Sun, 10 Nov 2019 12:34:54 +0100 Subject: Set action button colors in QT5 backend too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8aacadbef404cdad474a58d92b947fea2aa22604 Reviewed-on: https://gerrit.libreoffice.org/82384 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- vcl/qt5/Qt5Frame.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vcl') 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); -- cgit