Skip to content

Commit 9bc24cb

Browse files
author
jef
committedApr 23, 2010
fix #2675
git-svn-id: http://svn.osgeo.org/qgis/trunk@13355 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8e1b2aa commit 9bc24cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgsmaptoolnodetool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ void QgsMapToolNodeTool::keyReleaseEvent( QKeyEvent* e )
864864
mCtrl = false;
865865
return;
866866
}
867-
if ( e->key() == Qt::Key_Delete )
867+
if ( mSelectionFeature && e->key() == Qt::Key_Delete )
868868
{
869869
mChangingGeometry = true;
870870
mSelectionFeature->deleteSelectedVertexes();

0 commit comments

Comments
 (0)