Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Apply patch for ticket 4155, provided by Steven Mizuno
  • Loading branch information
marco committed Sep 20, 2011
1 parent 7286c55 commit 8a9da0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -5825,7 +5825,7 @@ void QgisApp::activateDeactivateLayerRelatedActions( QgsMapLayer* layer )
else
{
mActionPasteFeatures->setEnabled( false );
mActionAddFeature->setEnabled( !vlayer->isEditable() );
mActionAddFeature->setEnabled( false );
}

//does provider allow deleting of features?
Expand Down

0 comments on commit 8a9da0f

Please sign in to comment.