mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Another fix for bug 979
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8371 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
f9337ef2f9
commit
0b7c6244f4
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user