Skip to content

Commit

Permalink
Merge pull request #8677 from troopa81/hidden_column
Browse files Browse the repository at this point in the history
Correct the column hide/show status that was not saved anymore
  • Loading branch information
elpaso committed Dec 15, 2018
2 parents 13e7186 + 8446119 commit 8a0a745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/attributetable/qgsdualview.cpp
Expand Up @@ -904,6 +904,7 @@ void QgsDualView::setAttributeTableConfig( const QgsAttributeTableConfig &config
{
mConfig = config;
mConfig.update( mLayer->fields() );
mLayer->setAttributeTableConfig( mConfig );
mFilterModel->setAttributeTableConfig( mConfig );
mTableView->setAttributeTableConfig( mConfig );
}
Expand Down

0 comments on commit 8a0a745

Please sign in to comment.