mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-01 15:55:45 +00:00
MACGUI: don't activate menu if it is active
This commit is contained in:
parent
eb0e44a0df
commit
bb1ad3f357
@ -261,7 +261,7 @@ MacMenu *MacWindowManager::addMenu() {
|
||||
}
|
||||
|
||||
void MacWindowManager::activateMenu() {
|
||||
if (!_menu)
|
||||
if (!_menu || _menu->isVisible())
|
||||
return;
|
||||
|
||||
if (_mode & kWMModalMenuMode) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user