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 nyalldawson committed May 4, 2023
1 parent 63e61e0 commit 0c0816b
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 0c0816b

Please sign in to comment.