Skip to content

Commit

Permalink
Merge pull request #45669 from jakimowb/master
Browse files Browse the repository at this point in the history
QgsAttributeTableModel clears mFieldFormatters on loadAttributes
  • Loading branch information
elpaso committed Oct 30, 2021
2 parents c94c741 + d3fa496 commit 0bab012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/attributetable/qgsattributetablemodel.cpp
Expand Up @@ -391,6 +391,7 @@ void QgsAttributeTableModel::loadAttributes()
mWidgetFactories.clear();
mAttributeWidgetCaches.clear();
mWidgetConfigs.clear();
mFieldFormatters.clear();

for ( int idx = 0; idx < fields.count(); ++idx )
{
Expand Down

0 comments on commit 0bab012

Please sign in to comment.