Skip to content
Permalink
Browse files
Another fix for bug 979
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8371 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Apr 18, 2008
1 parent f9337ef commit 0b7c624
Showing 1 changed file with 1 addition and 0 deletions.
@@ -4853,6 +4853,7 @@ void QgisApp::activateDeactivateLayerRelatedActions(QgsMapLayer* layer)
mActionCapturePolygon->setEnabled(false);
mActionAddVertex->setEnabled(false);
mActionDeleteVertex->setEnabled(false);
mActionMoveVertex->setEnabled(false);
mActionAddRing->setEnabled(false);
mActionAddIsland->setEnabled(false);
mActionSplitFeatures->setEnabled(false);

0 comments on commit 0b7c624

Please sign in to comment.