Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct the column hide/show status that was not saved anymore
(cherry picked from commit 8446119)
  • Loading branch information
troopa81 authored and nyalldawson committed Dec 15, 2018
1 parent abbd4d0 commit 8ef88e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/attributetable/qgsdualview.cpp
Expand Up @@ -916,6 +916,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 8ef88e5

Please sign in to comment.