Skip to content

Commit

Permalink
Show snapping indicator for create point text annotation tool
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 18, 2024
1 parent fe8ee66 commit b5f33d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ QgsCreatePointTextItemMapTool::QgsCreatePointTextItemMapTool( QgsMapCanvas *canv
: QgsMapToolAdvancedDigitizing( canvas, cadDockWidget )
, mHandler( new QgsCreateAnnotationItemMapToolHandler( canvas, cadDockWidget ) )
{

setUseSnappingIndicator( true );
}

QgsCreatePointTextItemMapTool::~QgsCreatePointTextItemMapTool() = default;
Expand Down

0 comments on commit b5f33d3

Please sign in to comment.