Navigation Menu

Skip to content

Commit

Permalink
Correct the column hide/show status that was not saved anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 committed Dec 14, 2018
1 parent 9e5bb36 commit 8446119
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 8446119

Please sign in to comment.