Kaydet (Commit) c8344322 authored tarafından László Németh's avatar László Németh

tdf#91645 don't change selected menu title text color in Aero theme

Change-Id: I99a935ac7c1aee881bca77f95bd5d1a45d8901ea
üst 88b104f4
......@@ -1546,6 +1546,7 @@ void WinSalGraphics::updateSettingsNative( AllSettings& rSettings )
// in aero menuitem highlight text is drawn in the same color as normal
aStyleSettings.SetMenuHighlightTextColor( aStyleSettings.GetMenuTextColor() );
aStyleSettings.SetMenuBarRolloverTextColor( aMenuBarTextColor );
aStyleSettings.SetMenuBarHighlightTextColor( aMenuBarTextColor );
pSVData->maNWFData.mnMenuFormatBorderX = 2;
pSVData->maNWFData.mnMenuFormatBorderY = 2;
pSVData->maNWFData.maMenuBarHighlightTextColor = aMenuBarTextColor;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment