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 8d710be commit b7ca5ebCopy full SHA for b7ca5eb
src/app/qgisapp.cpp
@@ -4853,6 +4853,7 @@ void QgisApp::activateDeactivateLayerRelatedActions(QgsMapLayer* layer)
4853
mActionCapturePolygon->setEnabled(false);
4854
mActionAddVertex->setEnabled(false);
4855
mActionDeleteVertex->setEnabled(false);
4856
+ mActionMoveVertex->setEnabled(false);
4857
mActionAddRing->setEnabled(false);
4858
mActionAddIsland->setEnabled(false);
4859
mActionSplitFeatures->setEnabled(false);
0 commit comments