vcl/osx/salframe.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 4c7ac52aa17ffb0d78909a50248a9bb179353107
Author:     Heiko Tietze <[email protected]>
AuthorDate: Sat Jan 31 16:32:44 2026 +0100
Commit:     Xisco Fauli <[email protected]>
CommitDate: Tue Feb 10 14:48:05 2026 +0100

    Resolves tdf#170143 - Set ButtonTextColor on theme change (macOS)
    
    Change-Id: I054efdbbefc5a9f233abe7bae5429dd7e30c3e24
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198456
    Reviewed-by: Heiko Tietze <[email protected]>
    Tested-by: Jenkins
    (cherry picked from commit 7e0c4230e8e854adc4d85d195af0ed683ee210bb)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198613
    Reviewed-by: Xisco Fauli <[email protected]>

diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx
index ca5938b48431..e2b331061c91 100644
--- a/vcl/osx/salframe.cxx
+++ b/vcl/osx/salframe.cxx
@@ -1525,6 +1525,7 @@ static void lcl_LoadColorsFromTheme(StyleSettings& 
rStyleSet)
     rStyleSet.SetFieldColor(rThemeColors.GetBaseColor());
     rStyleSet.SetMenuBarTextColor(rThemeColors.GetMenuBarTextColor());
     rStyleSet.SetMenuTextColor(rThemeColors.GetMenuTextColor());
+    rStyleSet.SetButtonTextColor(rThemeColors.GetButtonTextColor());
     
rStyleSet.SetDefaultActionButtonTextColor(rThemeColors.GetButtonTextColor());
     rStyleSet.SetActionButtonTextColor(rThemeColors.GetButtonTextColor());
     rStyleSet.SetShadowColor(rThemeColors.GetShadeColor());

Reply via email to