diff options
Diffstat (limited to 'vcl/osx/salframe.cxx')
-rw-r--r-- | vcl/osx/salframe.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx index a5e74df04386..3a9af563b135 100644 --- a/vcl/osx/salframe.cxx +++ b/vcl/osx/salframe.cxx @@ -1733,6 +1733,7 @@ SAL_WNODEPRECATED_DECLARATIONS_POP if (ThemeColors::VclPluginCanUseThemeColors()) lcl_LoadColorsFromTheme(aStyleSettings); + aStyleSettings.SetSystemColorsLoaded(true); rSettings.SetStyleSettings( aStyleSettings ); |