Skip to content

Commit b70d824

Browse files
committed
Make new scratch layer editable by default
1 parent ee68332 commit b70d824

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/qgisapp.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -3899,6 +3899,7 @@ void QgisApp::newMemoryLayer()
38993899
layers << newLayer;
39003900

39013901
QgsMapLayerRegistry::instance()->addMapLayers( layers );
3902+
newLayer->startEditing();
39023903
}
39033904
}
39043905

0 commit comments

Comments
 (0)