We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 7f8da34 commit 18a38e3Copy full SHA for 18a38e3
src/app/qgisapp.cpp
@@ -5017,7 +5017,7 @@ void QgisApp::activateDeactivateLayerRelatedActions( QgsMapLayer* layer )
5017
if ( vlayer->isEditable() && dprovider->capabilities() & QgsVectorDataProvider::ChangeGeometries )
5018
{
5019
//don't enable vertex move for single point
5020
- if ( QGis::wkbType2d( vlayer->wkbType() ) != QGis::WKBPoint )
+ if ( vlayer->wkbType() != QGis::WKBPoint && vlayer->wkbType() != QGis::WKBPoint25D )
5021
5022
mActionMoveVertex->setEnabled( true );
5023
}
0 commit comments