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 72d12ff1a8..061970ce61 100644 --- a/engines/mohawk/livingbooks.cpp +++ b/engines/mohawk/livingbooks.cpp @@ -1874,6 +1874,7 @@ void LBItem::handleMouseDown(Common::Point pos) { _vm->setFocus(this); runScript(kLBEventMouseDown); + runScript(kLBEventMouseTrackIn); } void LBItem::handleMouseMove(Common::Point pos) { |