diff options
author | László Németh <laszlo.nemeth@collabora.com> | 2015-06-10 23:49:39 +0200 |
---|---|---|
committer | László Németh <laszlo.nemeth@collabora.com> | 2015-06-10 23:49:39 +0200 |
commit | c8344322a7af75b84dd3ca8f78b05543a976dfd5 (patch) | |
tree | 1ba27b22a07d122e157bed74b79112ae20976446 | |
parent | 88b104f44acff8087dfe3833bb91c63604ced98b (diff) |
tdf#91645 don't change selected menu title text color in Aero theme
Change-Id: I99a935ac7c1aee881bca77f95bd5d1a45d8901ea
-rw-r--r-- | vcl/win/source/gdi/salnativewidgets-luna.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/win/source/gdi/salnativewidgets-luna.cxx b/vcl/win/source/gdi/salnativewidgets-luna.cxx index c680e4b65bcd..7d545b02c4d4 100644 --- a/vcl/win/source/gdi/salnativewidgets-luna.cxx +++ b/vcl/win/source/gdi/salnativewidgets-luna.cxx @@ -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; |