Skip to content

Commit d9ee419

Browse files
committedJul 27, 2018
[maptips] clear the map tip widget when deactivating map tip display (#7484)
1 parent 28f6537 commit d9ee419

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8843,6 +8843,7 @@ void QgisApp::toggleMapTips( bool enabled )
88438843
if ( !mMapTipsVisible )
88448844
{
88458845
mpMapTipsTimer->stop();
8846+
mpMaptip->clear( mMapCanvas );
88468847
}
88478848

88488849
if ( mActionMapTips->isChecked() != mMapTipsVisible )

0 commit comments

Comments
 (0)
Please sign in to comment.