Skip to content

Commit

Permalink
Update qgsdualview.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Jun 7, 2024
1 parent 1449347 commit 01b9fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/attributetable/qgsdualview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@ void QgsDualView::setAttributeTableConfig( const QgsAttributeTableConfig &config
if ( QgsExpression( config.sortExpression() ).needsGeometry() )
{
mLayerCache->setCacheGeometry( true );
request.setFlags( request.flags().setFlag( Qgis::FeatureRequestFlag::NoGeometry, false ) );
request.setFlags( request.flags().setFlag( QgsFeatureRequest::NoGeometry, false ) );
}
request.setSubsetOfAttributes( attributes );
mMasterModel->setRequest( request );
Expand Down

0 comments on commit 01b9fce

Please sign in to comment.