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 m-kuhn committed Dec 27, 2021
1 parent ca47ce0 commit 1fa5759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/attributetable/qgsattributetablemodel.cpp
Expand Up @@ -387,6 +387,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 1fa5759

Please sign in to comment.