Skip to content

Commit

Permalink
Merge pull request #50803 from nirvn/attributeform_group_color
Browse files Browse the repository at this point in the history
[attribute form] Allow users to clear a customized group background color
  • Loading branch information
nirvn committed Nov 6, 2022
2 parents 8aa0857 + d677d7c commit a7fa378
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 a7fa378

Please sign in to comment.