mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Default false for use init code
This commit is contained in:
parent
954b39d389
commit
f810d8158a
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user