Skip to content

Commit e48e133

Browse files
committedFeb 25, 2015
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

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.