GRAPHICS: MACGUI: fix the wm was not correctly reflushed when changing the menu items

This commit is contained in:
ysj1173886760 2021-05-17 21:59:09 +08:00 committed by Eugene Sandulenko
parent e09c6d13e4
commit 68099e5ebe

View File

@ -1052,6 +1052,7 @@ bool MacMenu::mouseClick(int x, int y) {
_menustack.pop_back(); // Drop previous submenu
_contentIsDirty = true;
_wm->setFullRefresh(true);
}
}