Related: tdf#151641 set windows WorkspaceColor similiar to other platforms

from the same bg as the dialog/face, so we get a good "application background"
color in dark mode

Change-Id: Ieeb29ed1df177a91691b7b83d056af4068d0e170
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141725
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Caolán McNamara
2022-10-24 10:09:52 +01:00
parent faca390c57
commit 09dc6fbcd8

View File

@@ -2705,6 +2705,7 @@ void WinSalFrame::UpdateSettings( AllSettings& rSettings )
aStyleSettings.SetHelpColor( ImplWinColorToSal( GetSysColor( COLOR_INFOBK ) ) );
aStyleSettings.SetHelpTextColor( ImplWinColorToSal( GetSysColor( COLOR_INFOTEXT ) ) );
aStyleSettings.SetWorkspaceColor(aStyleSettings.GetFaceColor());
aStyleSettings.SetDialogColor(aStyleSettings.GetFaceColor());
aStyleSettings.SetDialogTextColor(aControlTextColor);