Skip to content

Commit e48e133

Browse files
committed
Make new scratch layer editable by default
1 parent c6581e7 commit e48e133

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
@@ -3883,6 +3883,7 @@ void QgisApp::newMemoryLayer()
38833883
layers << newLayer;
38843884

38853885
QgsMapLayerRegistry::instance()->addMapLayers( layers );
3886+
newLayer->startEditing();
38863887
}
38873888
}
38883889

0 commit comments

Comments
 (0)