mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-21 01:08:25 +00:00
MOHAWK: Always run kLBEventMouseUpIn, for now
svn-id: r54887
This commit is contained in:
parent
4d5ab0cff2
commit
a97c90c903
@ -1971,6 +1971,7 @@ void LBItem::handleMouseMove(Common::Point pos) {
|
||||
void LBItem::handleMouseUp(Common::Point pos) {
|
||||
_vm->setFocus(NULL);
|
||||
runScript(kLBEventMouseUp);
|
||||
runScript(kLBEventMouseUpIn);
|
||||
}
|
||||
|
||||
bool LBItem::togglePlaying(bool playing, bool restart) {
|
||||
|
Loading…
Reference in New Issue
Block a user