Skip to content

Commit d84e80b

Browse files
author
mhugent
committed
Allow moving of single points to use snapping (part of fix for #1550)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10530 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6c4cd82 commit d84e80b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/app/qgisapp.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -5190,11 +5190,7 @@ void QgisApp::activateDeactivateLayerRelatedActions( QgsMapLayer* layer )
51905190
mActionSplitFeatures->setEnabled( false );
51915191
if ( vlayer->isEditable() && dprovider->capabilities() & QgsVectorDataProvider::ChangeGeometries )
51925192
{
5193-
//don't enable vertex move for single point
5194-
if ( vlayer->wkbType() != QGis::WKBPoint && vlayer->wkbType() != QGis::WKBPoint25D )
5195-
{
51965193
mActionMoveVertex->setEnabled( true );
5197-
}
51985194
}
51995195
return;
52005196
}

0 commit comments

Comments
 (0)