Skip to content

Commit b7ca5eb

Browse files
author
mhugent
committed
Another fix for bug 979
git-svn-id: http://svn.osgeo.org/qgis/trunk@8371 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8d710be commit b7ca5eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/qgisapp.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -4853,6 +4853,7 @@ void QgisApp::activateDeactivateLayerRelatedActions(QgsMapLayer* layer)
48534853
mActionCapturePolygon->setEnabled(false);
48544854
mActionAddVertex->setEnabled(false);
48554855
mActionDeleteVertex->setEnabled(false);
4856+
mActionMoveVertex->setEnabled(false);
48564857
mActionAddRing->setEnabled(false);
48574858
mActionAddIsland->setEnabled(false);
48584859
mActionSplitFeatures->setEnabled(false);

0 commit comments

Comments
 (0)