Skip to content

Commit

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

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

Expand Down

0 comments on commit e48e133

Please sign in to comment.