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:
Martin Kiewitz 2010-01-24 21:24:07 +00:00
parent a1daf54425
commit 9d1dc48a6e

View File

@ -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();