Navigation Menu

Skip to content

Commit

Permalink
Populate attribute editor layout with default (Autogenerate)
Browse files Browse the repository at this point in the history
Fix #9668
  • Loading branch information
m-kuhn committed Mar 2, 2014
1 parent f2dbf9d commit 5d6fc3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsvectorlayer.cpp
Expand Up @@ -129,6 +129,7 @@ QgsVectorLayer::QgsVectorLayer( QString vectorLayerPath,
, mFeatureBlendMode( QPainter::CompositionMode_SourceOver ) // Default to normal feature blending , mFeatureBlendMode( QPainter::CompositionMode_SourceOver ) // Default to normal feature blending
, mLayerTransparency( 0 ) , mLayerTransparency( 0 )
, mVertexMarkerOnlyForSelection( false ) , mVertexMarkerOnlyForSelection( false )
, mEditorLayout( GeneratedLayout )
, mFeatureFormSuppress( SuppressDefault ) , mFeatureFormSuppress( SuppressDefault )
, mCache( new QgsGeometryCache() ) , mCache( new QgsGeometryCache() )
, mEditBuffer( 0 ) , mEditBuffer( 0 )
Expand Down

0 comments on commit 5d6fc3d

Please sign in to comment.