We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02179ad commit b677ee1Copy full SHA for b677ee1
src/gui/attributetable/qgsdualview.cpp
@@ -803,10 +803,10 @@ void QgsDualView::setFeatureSelectionManager( QgsIFeatureSelectionManager* featu
803
804
void QgsDualView::setAttributeTableConfig( const QgsAttributeTableConfig& config )
805
{
806
+ mConfig = config;
807
mLayer->setAttributeTableConfig( config );
808
mFilterModel->setAttributeTableConfig( config );
809
mTableView->setAttributeTableConfig( config );
- mConfig = config;
810
}
811
812
void QgsDualView::setSortExpression( const QString& sortExpression, Qt::SortOrder sortOrder )
0 commit comments