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 2b8252b commit a1a129bCopy full SHA for a1a129b
src/app/qgisapp.cpp
@@ -5891,6 +5891,10 @@ void QgisApp::activateDeactivateLayerRelatedActions( QgsMapLayer* layer )
5891
mActionPasteFeatures->setEnabled( false );
5892
mActionRotatePointSymbols->setEnabled( false );
5893
mActionDeletePart->setEnabled( false );
5894
+ mActionDeleteRing->setEnabled( false );
5895
+ mActionSimplifyFeature->setEnabled( false );
5896
+ mActionReshapeFeatures->setEnabled( false );
5897
+ mActionSplitFeatures->setEnabled( false );
5898
5899
//NOTE: This check does not really add any protection, as it is called on load not on layer select/activate
5900
//If you load a layer with a provider and idenitfy ability then load another without, the tool would be disabled for both
0 commit comments