Skip to content

Commit 8a0a745

Browse files
authored
Merge pull request #8677 from troopa81/hidden_column
Correct the column hide/show status that was not saved anymore
2 parents 13e7186 + 8446119 commit 8a0a745

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/attributetable/qgsdualview.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,7 @@ void QgsDualView::setAttributeTableConfig( const QgsAttributeTableConfig &config
904904
{
905905
mConfig = config;
906906
mConfig.update( mLayer->fields() );
907+
mLayer->setAttributeTableConfig( mConfig );
907908
mFilterModel->setAttributeTableConfig( mConfig );
908909
mTableView->setAttributeTableConfig( mConfig );
909910
}

0 commit comments

Comments
 (0)