Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix in attributetable - unable to update column
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/gui/attributetable/qgsdualview.cpp
|
@@ -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 ) |
|
|