diff --git a/engines/mohawk/livingbooks.cpp b/engines/mohawk/livingbooks.cpp index 2f79fdeeddd..85d4d57db87 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) {