Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Deselect annotation item when modify tool is deactivates
  • Loading branch information
YoannQDQ authored and github-actions[bot] committed May 4, 2023
1 parent 0eb8e05 commit 13ae697
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/annotations/qgsmaptoolmodifyannotation.cpp
Expand Up @@ -118,6 +118,7 @@ void QgsMapToolModifyAnnotation::deactivate()
mSnapIndicator->setMatch( QgsPointLocator::Match() );

clearHoveredItem();
clearSelectedItem();
QgsMapToolAdvancedDigitizing::deactivate();
}

Expand Down

0 comments on commit 13ae697

Please sign in to comment.