We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7480f commit 02c7170Copy full SHA for 02c7170
1 file changed
app/filtercontroller.cpp
@@ -66,6 +66,7 @@ void FilterController::clearAllFilters()
66
void FilterController::loadFilterConfig( const QgsProject *project )
67
{
68
mFieldFilters.clear();
69
+ setFiltersEnabled( false );
70
71
bool valueRead = false;
72
const bool filteringAvailable = project->readBoolEntry( QStringLiteral( "Mergin" ), QStringLiteral( "Filtering/Enabled" ), false, &valueRead );
0 commit comments