diff options
author | Alyssa Milburn | 2010-12-07 22:59:01 +0000 |
---|---|---|
committer | Alyssa Milburn | 2010-12-07 22:59:01 +0000 |
commit | 1c21ba1fc0db943282f9f9fabee9df9d6d97e553 (patch) | |
tree | 3a821c4130ef1798bbee6deae7e54251ebd030da /engines | |
parent | fecaa5655e42e6c75b9e4d8107621ad6c3345623 (diff) | |
download | scummvm-rg350-1c21ba1fc0db943282f9f9fabee9df9d6d97e553.tar.gz scummvm-rg350-1c21ba1fc0db943282f9f9fabee9df9d6d97e553.tar.bz2 scummvm-rg350-1c21ba1fc0db943282f9f9fabee9df9d6d97e553.zip |
MOHAWK: Run kLBEventMouseTrackIn in handleMouseDown
svn-id: r54824
Diffstat (limited to 'engines')
-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) { |