1
0
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:
Amrsatrio 2024-12-11 06:10:33 +07:00
parent 1be66581c1
commit 9f71a5c885

View File

@ -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)
{ {