mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[SHELL32] CMenuToolbarBase: Use COLOR_MENUTEXT color for the text color in normal menu items. CORE-13855
This commit is contained in:
@@ -206,6 +206,9 @@ HRESULT CMenuToolbarBase::OnCustomDraw(LPNMTBCUSTOMDRAW cdraw, LRESULT * theResu
|
||||
}
|
||||
else
|
||||
{
|
||||
// Set the text color, will be used by the internal drawing code
|
||||
cdraw->clrText = GetSysColor(COLOR_MENUTEXT);
|
||||
|
||||
// Remove HOT and CHECKED flags (will restore HOT if necessary)
|
||||
cdraw->nmcd.uItemState &= ~CDIS_HOT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user