Navigation Menu

Skip to content

Commit

Permalink
Fix in attributetable - unable to update column
Browse files Browse the repository at this point in the history
Fix #16746
  • Loading branch information
signedav authored and m-kuhn committed Jul 18, 2017
1 parent fd9213c commit 11bb248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/attributetable/qgsdualview.cpp
Expand Up @@ -772,10 +772,10 @@ void QgsDualView::setFeatureSelectionManager( QgsIFeatureSelectionManager *featu

void QgsDualView::setAttributeTableConfig( const QgsAttributeTableConfig &config )
{
mConfig = config;
mLayer->setAttributeTableConfig( config );
mFilterModel->setAttributeTableConfig( config );
mTableView->setAttributeTableConfig( config );
mConfig = config;
}

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

0 comments on commit 11bb248

Please sign in to comment.