mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix #2675
git-svn-id: http://svn.osgeo.org/qgis/trunk@13355 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
8e1b2aafff
commit
9bc24cb177
@ -864,7 +864,7 @@ void QgsMapToolNodeTool::keyReleaseEvent( QKeyEvent* e )
|
||||
mCtrl = false;
|
||||
return;
|
||||
}
|
||||
if ( e->key() == Qt::Key_Delete )
|
||||
if ( mSelectionFeature && e->key() == Qt::Key_Delete )
|
||||
{
|
||||
mChangingGeometry = true;
|
||||
mSelectionFeature->deleteSelectedVertexes();
|
||||
|
Loading…
x
Reference in New Issue
Block a user