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
1 changed files with 1 additions and 2 deletions
|
@ -505,8 +505,7 @@ void Menu::drawMenu(uint16 oldMenuId, uint16 newMenuId) {
|
||||||
|
|
||||||
listIterator++;
|
listIterator++;
|
||||||
}
|
}
|
||||||
if (oldMenuId != 0)
|
_gfx->BitsShow(_gfx->_menuBarRect);
|
||||||
_gfx->BitsShow(_gfx->_menuBarRect);
|
|
||||||
|
|
||||||
_menuRect.bottom = _menuRect.top + 2;
|
_menuRect.bottom = _menuRect.top + 2;
|
||||||
listItemIterator = _itemList.begin();
|
listItemIterator = _itemList.begin();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue