Skip to content

Commit

Permalink
GUI: Add dropdown/popup menu indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrsatrio committed Dec 10, 2024
1 parent 1be6658 commit 9f71a5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ep_gui/GUI.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 9f71a5c

Please sign in to comment.