Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show snapping indicator for create point text annotation tool
Browse files Browse the repository at this point in the history
nyalldawson committed Jul 18, 2024
1 parent 8ef5c0e commit 02a9a10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -87,7 +87,7 @@ QgsCreatePointTextItemMapTool::QgsCreatePointTextItemMapTool( QgsMapCanvas *canv
: QgsMapToolAdvancedDigitizing( canvas, cadDockWidget )
, mHandler( new QgsCreateAnnotationItemMapToolHandler( canvas, cadDockWidget ) )
{

setUseSnappingIndicator( true );
}

QgsCreatePointTextItemMapTool::~QgsCreatePointTextItemMapTool() = default;

0 comments on commit 02a9a10

Please sign in to comment.