Fixes the filtering not being invalidated when disabling a filter
Fixes #14
This commit is contained in:
parent
f542f18976
commit
90d0c567a8
|
@ -20,7 +20,7 @@ void Filter::setEnabled(bool enabled)
|
|||
|
||||
m_enabled = enabled;
|
||||
Q_EMIT enabledChanged();
|
||||
Q_EMIT filterChanged();
|
||||
Q_EMIT invalidate();
|
||||
}
|
||||
|
||||
bool Filter::inverted() const
|
||||
|
|
Loading…
Reference in New Issue