Browse Source

GUI: Add dropdown/popup menu indicators

pull/4071/head
Amrsatrio 1 year ago
parent
commit
9f71a5c885
  1. 1
      ep_gui/GUI.c

1
ep_gui/GUI.c

@ -2710,6 +2710,7 @@ static BOOL GUI_Build(HDC hDC, HWND hwnd, POINT pt) @@ -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…
Cancel
Save