[layouts] Fix data defined table button loses state

Refs #18694
This commit is contained in:
Nyall Dawson 2018-10-23 17:17:16 +10:00
parent 0f22a29b9d
commit e991d98c36

View File

@ -483,6 +483,8 @@ void QgsLayoutAttributeTableWidget::updateGuiElements()
mEmptyFrameCheckBox->setChecked( mFrame->hidePageIfEmpty() );
mHideEmptyBgCheckBox->setChecked( mFrame->hideBackgroundIfEmpty() );
updateDataDefinedButton( mLayerSourceDDBtn );
toggleSourceControls();
blockAllSignals( false );