Skip to content

Commit

Permalink
SHERLOCK: RT: Only show tooltips when no action is active
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jul 10, 2015
1 parent 6fe1b67 commit d5edb84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion engines/sherlock/tattoo/tattoo_user_interface.cpp
Expand Up @@ -306,7 +306,8 @@ void TattooUserInterface::drawInterface(int bufferNum) {
screen.blockMove();

// Handle drawing the text tooltip if necessary
_tooltipWidget.draw();
if (_menuMode == STD_MODE)
_tooltipWidget.draw();
}

void TattooUserInterface::doBgAnimRestoreUI() {
Expand Down

0 comments on commit d5edb84

Please sign in to comment.