Default false for use init code

This commit is contained in:
elpaso 2015-11-05 14:41:20 +01:00
parent 954b39d389
commit f810d8158a

View File

@ -138,6 +138,7 @@ QgsVectorLayer::QgsVectorLayer( const QString& vectorLayerPath,
, mLayerTransparency( 0 )
, mVertexMarkerOnlyForSelection( false )
, mEditorLayout( GeneratedLayout )
, mEditFormInitUseCode( false )
, mFeatureFormSuppress( SuppressDefault )
, mCache( new QgsGeometryCache() )
, mEditBuffer( 0 )
@ -149,6 +150,7 @@ QgsVectorLayer::QgsVectorLayer( const QString& vectorLayerPath,
, mLazyExtent( true )
, mSymbolFeatureCounted( false )
, mEditCommandActive( false )
{
mActions = new QgsAttributeAction( this );
mConditionalStyles = new QgsConditionalLayerStyles();