Skip to content

Commit

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

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

0 comments on commit d9ee419

Please sign in to comment.