Skip to content

Commit

Permalink
[attribute form] Allow users to clear a customized group background c…
Browse files Browse the repository at this point in the history
…olor
  • Loading branch information
nirvn committed Nov 6, 2022
1 parent a0fd784 commit d677d7c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -44,6 +44,7 @@ QgsAttributeFormContainerEdit::QgsAttributeFormContainerEdit( QTreeWidgetItem *i
mVisibilityExpressionWidget->setLayer( layer );
mVisibilityExpressionWidget->setExpression( itemData.visibilityExpression()->expression() );
mColumnCountSpinBox->setValue( itemData.columnCount() );
mBackgroundColorButton->setShowNull( true );
mBackgroundColorButton->setColor( itemData.backgroundColor() );
mCollapsedCheckBox->setChecked( itemData.collapsed() );
mCollapsedCheckBox->setEnabled( itemData.showAsGroupBox() );
Expand Down

0 comments on commit d677d7c

Please sign in to comment.