Menu IDs of 0 don't work on Mac.

This commit is contained in:
Jeff Young 2022-12-28 09:21:36 +00:00
parent 3f3161af72
commit 3767716f20
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ private:
enum SIGNAL_CONTEXT_MENU_EVENTS
{
HIDE_SIGNAL,
HIDE_SIGNAL = 944,
SHOW_CURSOR,
HIDE_CURSOR
};