mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-05 17:20:30 +00:00
GUI: Revert immediate draw() of grid item on hover
This commit is contained in:
parent
32de3d216d
commit
0c159e3bbf
@ -126,7 +126,6 @@ void GridItemWidget::handleMouseEntered(int button) {
|
||||
_grid->_selectedEntry = _activeEntry;
|
||||
isHighlighted = true;
|
||||
markAsDirty();
|
||||
draw();
|
||||
}
|
||||
}
|
||||
|
||||
@ -135,7 +134,6 @@ void GridItemWidget::handleMouseLeft(int button) {
|
||||
_grid->_selectedEntry = nullptr;
|
||||
isHighlighted = false;
|
||||
markAsDirty();
|
||||
draw();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user