diff options
-rw-r--r-- | engines/mohawk/livingbooks.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/livingbooks.cpp b/engines/mohawk/livingbooks.cpp index 2f79fdeedd..85d4d57db8 100644 --- a/engines/mohawk/livingbooks.cpp +++ b/engines/mohawk/livingbooks.cpp @@ -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) { |