mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2025-01-11 05:22:13 +01:00
GUI: Add dropdown/popup menu indicators
This commit is contained in:
parent
1be66581c1
commit
9f71a5c885
@ -2710,6 +2710,7 @@ static BOOL GUI_Build(HDC hDC, HWND hwnd, POINT pt)
|
|||||||
menuInfo.fMask = MIIM_STATE;
|
menuInfo.fMask = MIIM_STATE;
|
||||||
menuInfo.fState = MFS_CHECKED;
|
menuInfo.fState = MFS_CHECKED;
|
||||||
SetMenuItemInfoW(hMenu, vvv, FALSE, &menuInfo);
|
SetMenuItemInfoW(hMenu, vvv, FALSE, &menuInfo);
|
||||||
|
wcscat_s(text, MAX_LINE_LENGTH, L" \u25BE");
|
||||||
}
|
}
|
||||||
if (hDC && !bInvert && !bBool && !bJustCheck)
|
if (hDC && !bInvert && !bBool && !bJustCheck)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user