aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-19 19:26:36 -0400
committerPaul Gilbert2015-07-19 19:26:36 -0400
commit4e7a4695e0f980c7cc6e54eb442365d19752cc16 (patch)
treee297592fff1b7a9a49b925993e85d132fe8c5382
parentb0c1e6efaa09b855d18ee81edc2a79243b5b91b2 (diff)
downloadscummvm-rg350-4e7a4695e0f980c7cc6e54eb442365d19752cc16.tar.gz
scummvm-rg350-4e7a4695e0f980c7cc6e54eb442365d19752cc16.tar.bz2
scummvm-rg350-4e7a4695e0f980c7cc6e54eb442365d19752cc16.zip
SHERLOCK: RT: Hide any active tooltip when the scene changes
-rw-r--r--engines/sherlock/tattoo/tattoo_user_interface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/tattoo_user_interface.cpp b/engines/sherlock/tattoo/tattoo_user_interface.cpp
index 597208078b..c5dda24a4c 100644
--- a/engines/sherlock/tattoo/tattoo_user_interface.cpp
+++ b/engines/sherlock/tattoo/tattoo_user_interface.cpp
@@ -222,6 +222,7 @@ void TattooUserInterface::doJournal() {
void TattooUserInterface::reset() {
UserInterface::reset();
_lookPos = Common::Point(SHERLOCK_SCREEN_WIDTH / 2, SHERLOCK_SCREEN_HEIGHT / 2);
+ _tooltipWidget.setText("");
}
void TattooUserInterface::handleInput() {