mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 18:27:26 +00:00
WAGE: Fixed menu highlight size
This commit is contained in:
parent
644f1ef215
commit
a65fdcf756
@ -195,9 +195,9 @@ void Menu::render() {
|
||||
font->drawString(&_gui->_screen, _items[i]->name, x, y, w, color);
|
||||
|
||||
if (_items[i]->bbox.bottom == 0) {
|
||||
_items[i]->bbox.left = x;
|
||||
_items[i]->bbox.left = x - 7;
|
||||
_items[i]->bbox.top = y;
|
||||
_items[i]->bbox.right = x + w;
|
||||
_items[i]->bbox.right = x + w + 6;
|
||||
_items[i]->bbox.bottom = y + font->getFontHeight();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user