diff --git a/src/gui/annotations/qgscreateannotationitemmaptool_impl.cpp b/src/gui/annotations/qgscreateannotationitemmaptool_impl.cpp index 6d57ba2a8402..59b571b05bf0 100644 --- a/src/gui/annotations/qgscreateannotationitemmaptool_impl.cpp +++ b/src/gui/annotations/qgscreateannotationitemmaptool_impl.cpp @@ -87,7 +87,7 @@ QgsCreatePointTextItemMapTool::QgsCreatePointTextItemMapTool( QgsMapCanvas *canv : QgsMapToolAdvancedDigitizing( canvas, cadDockWidget ) , mHandler( new QgsCreateAnnotationItemMapToolHandler( canvas, cadDockWidget ) ) { - + setUseSnappingIndicator( true ); } QgsCreatePointTextItemMapTool::~QgsCreatePointTextItemMapTool() = default;