vcl/osx/salframe.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 7e0c4230e8e854adc4d85d195af0ed683ee210bb
Author: Heiko Tietze <[email protected]>
AuthorDate: Sat Jan 31 16:32:44 2026 +0100
Commit: Heiko Tietze <[email protected]>
CommitDate: Tue Feb 3 16:47:38 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
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());