mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 07:11:49 +00:00
SCI: removed oldMenuId check for BitsShow in menu (was done for keyboard interaction) - using mouse its possible to leave the menu which would now result in inverted menu topic not displayed - fixed
svn-id: r47526
This commit is contained in:
parent
a1daf54425
commit
9d1dc48a6e
@ -505,8 +505,7 @@ void Menu::drawMenu(uint16 oldMenuId, uint16 newMenuId) {
|
||||
|
||||
listIterator++;
|
||||
}
|
||||
if (oldMenuId != 0)
|
||||
_gfx->BitsShow(_gfx->_menuBarRect);
|
||||
_gfx->BitsShow(_gfx->_menuBarRect);
|
||||
|
||||
_menuRect.bottom = _menuRect.top + 2;
|
||||
listItemIterator = _itemList.begin();
|
||||
|
Loading…
x
Reference in New Issue
Block a user