mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
Distinguish RADIOCHECK style menu items from standard checkmark menu
items.
This commit is contained in:
parent
b64aa2460e
commit
f1d467a337
@ -4509,6 +4509,9 @@ static BOOL SetMenuItemInfo_common(MENUITEM * menu,
|
||||
|
||||
if (lpmii->fMask & MIIM_CHECKMARKS)
|
||||
{
|
||||
if (lpmii->fType & MFT_RADIOCHECK)
|
||||
menu->fType |= MFT_RADIOCHECK;
|
||||
|
||||
menu->hCheckBit = lpmii->hbmpChecked;
|
||||
menu->hUnCheckBit = lpmii->hbmpUnchecked;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user