Skip to content

Commit 44e73aa

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgsmaptoolnodetool.cpp

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.