Skip to content

Commit 8ef88e5

Browse files
troopa81nyalldawson
authored andcommitted
Correct the column hide/show status that was not saved anymore
(cherry picked from commit 8446119)
1 parent abbd4d0 commit 8ef88e5

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
@@ -916,6 +916,7 @@ void QgsDualView::setAttributeTableConfig( const QgsAttributeTableConfig &config
916916
{
917917
mConfig = config;
918918
mConfig.update( mLayer->fields() );
919+
mLayer->setAttributeTableConfig( mConfig );
919920
mFilterModel->setAttributeTableConfig( mConfig );
920921
mTableView->setAttributeTableConfig( mConfig );
921922
}

0 commit comments

Comments
 (0)