[Scummvm-cvs-logs] scummvm master -> 4e7a4695e0f980c7cc6e54eb442365d19752cc16

dreammaster dreammaster at scummvm.org
Mon Jul 20 01:27:39 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4e7a4695e0 SHERLOCK: RT: Hide any active tooltip when the scene changes


Commit: 4e7a4695e0f980c7cc6e54eb442365d19752cc16
    https://github.com/scummvm/scummvm/commit/4e7a4695e0f980c7cc6e54eb442365d19752cc16
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-07-19T19:26:36-04:00

Commit Message:
SHERLOCK: RT: Hide any active tooltip when the scene changes

Changed paths:
    engines/sherlock/tattoo/tattoo_user_interface.cpp



diff --git a/engines/sherlock/tattoo/tattoo_user_interface.cpp b/engines/sherlock/tattoo/tattoo_user_interface.cpp
index 5972080..c5dda24 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() {






More information about the Scummvm-git-logs mailing list