mirror of
https://github.com/V2RetroComputing/analog-utilities.git
synced 2024-11-21 18:30:57 +00:00
Fix application menu not working on unenhanced systems
This commit is contained in:
parent
630987e1ce
commit
2e4cd3bb47
@ -144,6 +144,7 @@ void main (void) {
|
|||||||
}
|
}
|
||||||
#if defined(__APPLE2ENH__)
|
#if defined(__APPLE2ENH__)
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
case MENU_EXIT:
|
case MENU_EXIT:
|
||||||
launcher_rows+=2;
|
launcher_rows+=2;
|
||||||
last_item = i;
|
last_item = i;
|
||||||
@ -155,7 +156,6 @@ void main (void) {
|
|||||||
separator_allowed = 0;
|
separator_allowed = 0;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user