Skip to content

Commit

Permalink
[layouts] Fix data defined table button loses state
Browse files Browse the repository at this point in the history
Refs #18694
  • Loading branch information
nyalldawson committed Oct 26, 2018
1 parent 0f22a29 commit e991d98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/layout/qgslayoutattributetablewidget.cpp
Expand Up @@ -483,6 +483,8 @@ void QgsLayoutAttributeTableWidget::updateGuiElements()
mEmptyFrameCheckBox->setChecked( mFrame->hidePageIfEmpty() );
mHideEmptyBgCheckBox->setChecked( mFrame->hideBackgroundIfEmpty() );

updateDataDefinedButton( mLayerSourceDDBtn );

toggleSourceControls();

blockAllSignals( false );
Expand Down

0 comments on commit e991d98

Please sign in to comment.