From 4e7a4695e0f980c7cc6e54eb442365d19752cc16 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 19 Jul 2015 19:26:36 -0400 Subject: SHERLOCK: RT: Hide any active tooltip when the scene changes --- engines/sherlock/tattoo/tattoo_user_interface.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sherlock') 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() { -- cgit v1.2.3