summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/timeline/TimelineFilter.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/timeline/TimelineFilter.cpp b/src/timeline/TimelineFilter.cpp

index c2d9e31b..ae7e9791 100644 --- a/src/timeline/TimelineFilter.cpp +++ b/src/timeline/TimelineFilter.cpp
@@ -81,9 +81,7 @@ TimelineFilter::event(QEvent *ev) s->index(std::min(incrementalSearchIndex, count - 1)), {FilterRole}); - if (incrementalSearchIndex < count && incrementalSearchIndex > 0) { - continueFiltering(); - } + continueFiltering(); } emit isFilteringChanged(); }