Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[maptips] clear the map tip widget when deactivating map tip display (#…
  • Loading branch information
nirvn committed Jul 26, 2018
1 parent b1a16bd commit 8fbae38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -8924,6 +8924,7 @@ void QgisApp::toggleMapTips( bool enabled )
if ( !mMapTipsVisible )
{
mpMapTipsTimer->stop();
mpMaptip->clear( mMapCanvas );
}

if ( mActionMapTips->isChecked() != mMapTipsVisible )
Expand Down

0 comments on commit 8fbae38

Please sign in to comment.