Skip to content

Commit

Permalink
Make new scratch layer editable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 25, 2015
1 parent ee68332 commit b70d824
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -3899,6 +3899,7 @@ void QgisApp::newMemoryLayer()
layers << newLayer;

QgsMapLayerRegistry::instance()->addMapLayers( layers );
newLayer->startEditing();
}
}

Expand Down

0 comments on commit b70d824

Please sign in to comment.