Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use invalidate() instead of invalidateFilter() (#42440)
  • Loading branch information
TurboGraphxBeige committed Sep 7, 2021
1 parent 476956e commit 618014f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/attributetable/qgsattributetablefiltermodel.cpp
Expand Up @@ -334,7 +334,7 @@ void QgsAttributeTableFilterModel::setFilterMode( FilterMode filterMode )
disconnectFilterModeConnections();
connectFilterModeConnections( filterMode );
mFilterMode = filterMode;
invalidateFilter();
invalidate();
}
}

Expand Down

0 comments on commit 618014f

Please sign in to comment.