mirror of
https://github.com/depp/syncfiles.git
synced 2024-11-22 03:30:57 +00:00
Fix beep when selecting no menu item
This commit is contained in:
parent
c1862532b8
commit
37929beede
@ -94,6 +94,10 @@ static void HandleMenuCommand(long command)
|
||||
WindowRef window;
|
||||
ProjectHandle project;
|
||||
|
||||
if (command == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
switch (menuID) {
|
||||
case rMENU_Apple:
|
||||
switch (item) {
|
||||
|
Loading…
Reference in New Issue
Block a user