Skip to content

Commit b677ee1

Browse files
signedavm-kuhn
authored andcommitted
Fix in attributetable - unable to update column
Fix #16746
1 parent 02179ad commit b677ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/attributetable/qgsdualview.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,10 +803,10 @@ void QgsDualView::setFeatureSelectionManager( QgsIFeatureSelectionManager* featu
803803

804804
void QgsDualView::setAttributeTableConfig( const QgsAttributeTableConfig& config )
805805
{
806+
mConfig = config;
806807
mLayer->setAttributeTableConfig( config );
807808
mFilterModel->setAttributeTableConfig( config );
808809
mTableView->setAttributeTableConfig( config );
809-
mConfig = config;
810810
}
811811

812812
void QgsDualView::setSortExpression( const QString& sortExpression, Qt::SortOrder sortOrder )

0 commit comments

Comments
 (0)