We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent fd9213c commit 11bb248Copy full SHA for 11bb248
src/gui/attributetable/qgsdualview.cpp
@@ -772,10 +772,10 @@ void QgsDualView::setFeatureSelectionManager( QgsIFeatureSelectionManager *featu
772
773
void QgsDualView::setAttributeTableConfig( const QgsAttributeTableConfig &config )
774
{
775
+ mConfig = config;
776
mLayer->setAttributeTableConfig( config );
777
mFilterModel->setAttributeTableConfig( config );
778
mTableView->setAttributeTableConfig( config );
- mConfig = config;
779
}
780
781
void QgsDualView::setSortExpression( const QString &sortExpression, Qt::SortOrder sortOrder )
0 commit comments