mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-17 14:22:37 -06:00
Merge branch 'master' of https://github.com/ultimatepp/ultimatepp
This commit is contained in:
commit
237b30fdcd
1 changed files with 3 additions and 2 deletions
|
|
@ -601,8 +601,9 @@ void ChHostSkin()
|
|||
{
|
||||
MenuBar::Style& s = MenuBar::StyleDefault().Write();
|
||||
if(vista_aero) {
|
||||
s.topitemtext[0] = s.topitemtext[1] = s.topitemtext[2] =
|
||||
s.itemtext = XpColor(XP_MENU, 8 /*MENU_POPUPITEM*/,
|
||||
s.topitemtext[0] = s.topitemtext[1] = s.topitemtext[2] = XpColor(XP_MENU, 8 /*MENU_BARITEM*/,
|
||||
2 /*HOT*/, 3803/*TMT_TEXTCOLOR*/);
|
||||
s.itemtext = XpColor(XP_MENU, 14 /*MENU_POPUPITEM*/,
|
||||
2 /*HOT*/, 3803/*TMT_TEXTCOLOR*/);
|
||||
Win32Look(s.item, XP_MENU, 14 /*MENU_POPUPITEM*/, 2 /*HOT*/);
|
||||
Win32Look(s.topitem[1], XP_MENU, 8 , 2 /*HOT*/);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue