mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-16 01:08:56 +00:00
GRAPHICS: MACGUI: fix the wm was not correctly reflushed when changing the menu items
This commit is contained in:
parent
e09c6d13e4
commit
68099e5ebe
@ -1052,6 +1052,7 @@ bool MacMenu::mouseClick(int x, int y) {
|
||||
|
||||
_menustack.pop_back(); // Drop previous submenu
|
||||
_contentIsDirty = true;
|
||||
_wm->setFullRefresh(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user