Skip to content

Commit

Permalink
QgsAttributeTableModel clears mFieldFormatters on loadAttributes
Browse files Browse the repository at this point in the history
(addresses #45478)

Signed-off-by: Benjamin Jakimow <benjamin.jakimow@geo.hu-berlin.de>
  • Loading branch information
jakimowb authored and nyalldawson committed Nov 2, 2021
1 parent 375cc46 commit bff73be
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 bff73be

Please sign in to comment.