Skip to content

Commit 0388bae

Browse files
author
wonder
committed
Display warning in node tool if it couldn't find any features. Fixes #2134.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12512 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e3ea4be commit 0388bae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/qgsmaptoolnodetool.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ void QgsMapToolNodeTool::canvasPressEvent( QMouseEvent * e )
505505

506506
if ( snapResults.size() < 1 )
507507
{
508+
displaySnapToleranceWarning();
508509
return;
509510
}
510511
mSelectionFeature = new SelectionFeature();

0 commit comments

Comments
 (0)