From 1c21ba1fc0db943282f9f9fabee9df9d6d97e553 Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Tue, 7 Dec 2010 22:59:01 +0000 Subject: MOHAWK: Run kLBEventMouseTrackIn in handleMouseDown svn-id: r54824 --- engines/mohawk/livingbooks.cpp | 1 + 1 file changed, 1 insertion(+) 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) { -- cgit v1.2.3