diff --git a/macos/main.c b/macos/main.c index 1fea277..ac73375 100644 --- a/macos/main.c +++ b/macos/main.c @@ -94,6 +94,10 @@ static void HandleMenuCommand(long command) WindowRef window; ProjectHandle project; + if (command == 0) { + return; + } + switch (menuID) { case rMENU_Apple: switch (item) {