Navigation Menu

Skip to content

Commit

Permalink
Default false for use init code
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 5, 2015
1 parent 954b39d commit f810d81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgsvectorlayer.cpp
Expand Up @@ -138,6 +138,7 @@ QgsVectorLayer::QgsVectorLayer( const QString& vectorLayerPath,
, mLayerTransparency( 0 )
, mVertexMarkerOnlyForSelection( false )
, mEditorLayout( GeneratedLayout )
, mEditFormInitUseCode( false )
, mFeatureFormSuppress( SuppressDefault )
, mCache( new QgsGeometryCache() )
, mEditBuffer( 0 )
Expand All @@ -149,6 +150,7 @@ QgsVectorLayer::QgsVectorLayer( const QString& vectorLayerPath,
, mLazyExtent( true )
, mSymbolFeatureCounted( false )
, mEditCommandActive( false )

{
mActions = new QgsAttributeAction( this );
mConditionalStyles = new QgsConditionalLayerStyles();
Expand Down

0 comments on commit f810d81

Please sign in to comment.