mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2025-01-10 21:21:49 +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.fState = MFS_CHECKED;
|
||||
SetMenuItemInfoW(hMenu, vvv, FALSE, &menuInfo);
|
||||
wcscat_s(text, MAX_LINE_LENGTH, L" \u25BE");
|
||||
}
|
||||
if (hDC && !bInvert && !bBool && !bJustCheck)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user