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 02179ad commit b677ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/attributetable/qgsdualview.cpp
Expand Up @@ -803,10 +803,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 b677ee1

Please sign in to comment.