diff options
author | László Németh <laszlo.nemeth@collabora.com> | 2015-06-10 23:49:39 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-06-10 22:17:56 +0000 |
commit | 6758a1b16461bea4fe787aa8634fbd602f51d474 (patch) | |
tree | 2553836d2bb0a8f9349aa4011ac09de134a50fc2 | |
parent | 5fef3481f1695a3849563faeb80ceed7fadde186 (diff) |
tdf#91645 don't change selected menu title text color in Aero theme
(cherry-picked from commit c8344322a7af75b84dd3ca8f78b05543a976dfd5)
Change-Id: I99a935ac7c1aee881bca77f95bd5d1a45d8901ea
Reviewed-on: https://gerrit.libreoffice.org/16220
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-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; |