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 github-actions[bot] committed Oct 30, 2021
1 parent ff6a6c9 commit 17ecf63
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 17ecf63

Please sign in to comment.