Skip to content

Commit 5d6fc3d

Browse files
committed
Populate attribute editor layout with default (Autogenerate)
Fix #9668
1 parent f2dbf9d commit 5d6fc3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/qgsvectorlayer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ QgsVectorLayer::QgsVectorLayer( QString vectorLayerPath,
129129
, mFeatureBlendMode( QPainter::CompositionMode_SourceOver ) // Default to normal feature blending
130130
, mLayerTransparency( 0 )
131131
, mVertexMarkerOnlyForSelection( false )
132+
, mEditorLayout( GeneratedLayout )
132133
, mFeatureFormSuppress( SuppressDefault )
133134
, mCache( new QgsGeometryCache() )
134135
, mEditBuffer( 0 )

0 commit comments

Comments
 (0)