diff options
author | Paul Gilbert | 2015-07-19 19:26:36 -0400 |
---|---|---|
committer | Paul Gilbert | 2015-07-19 19:26:36 -0400 |
commit | 4e7a4695e0f980c7cc6e54eb442365d19752cc16 (patch) | |
tree | e297592fff1b7a9a49b925993e85d132fe8c5382 /engines/sherlock | |
parent | b0c1e6efaa09b855d18ee81edc2a79243b5b91b2 (diff) | |
download | scummvm-rg350-4e7a4695e0f980c7cc6e54eb442365d19752cc16.tar.gz scummvm-rg350-4e7a4695e0f980c7cc6e54eb442365d19752cc16.tar.bz2 scummvm-rg350-4e7a4695e0f980c7cc6e54eb442365d19752cc16.zip |
SHERLOCK: RT: Hide any active tooltip when the scene changes
Diffstat (limited to 'engines/sherlock')
-rw-r--r-- | engines/sherlock/tattoo/tattoo_user_interface.cpp | 1 |
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() { |