Skip to content

Commit 11bb248

Browse files
signedavm-kuhn
authored andcommittedJul 18, 2017
Fix in attributetable - unable to update column
Fix #16746
1 parent fd9213c commit 11bb248

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
@@ -772,10 +772,10 @@ void QgsDualView::setFeatureSelectionManager( QgsIFeatureSelectionManager *featu
772772

773773
void QgsDualView::setAttributeTableConfig( const QgsAttributeTableConfig &config )
774774
{
775+
mConfig = config;
775776
mLayer->setAttributeTableConfig( config );
776777
mFilterModel->setAttributeTableConfig( config );
777778
mTableView->setAttributeTableConfig( config );
778-
mConfig = config;
779779
}
780780

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

0 commit comments

Comments
 (0)
Please sign in to comment.