mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
layer group node: copy properties of mutually exclusive groups (fixes #13723)
This commit is contained in:
parent
2b17c2283d
commit
d3ee16ffd1
@ -39,9 +39,9 @@ QgsLayerTreeGroup::QgsLayerTreeGroup( const QgsLayerTreeGroup& other )
|
||||
: QgsLayerTreeNode( other )
|
||||
, mName( other.mName )
|
||||
, mChecked( other.mChecked )
|
||||
, mChangingChildVisibility( false )
|
||||
, mMutuallyExclusive( false )
|
||||
, mMutuallyExclusiveChildIndex( -1 )
|
||||
, mChangingChildVisibility( other.mChangingChildVisibility )
|
||||
, mMutuallyExclusive( other.mMutuallyExclusive )
|
||||
, mMutuallyExclusiveChildIndex( other.mMutuallyExclusiveChildIndex )
|
||||
{
|
||||
connect( this, SIGNAL( visibilityChanged( QgsLayerTreeNode*, Qt::CheckState ) ), this, SLOT( nodeVisibilityChanged( QgsLayerTreeNode* ) ) );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user