We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f4b74 commit 3a1746cCopy full SHA for 3a1746c
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