reapply filter even if it's the same as the last one applied
This commit is contained in:
@@ -671,8 +671,6 @@ template <typename T> void NCurses::Menu<T>::PrevFound(bool wrap)
|
||||
|
||||
template <typename T> void NCurses::Menu<T>::ApplyFilter(const std::string &filter, size_t beginning, int flags)
|
||||
{
|
||||
if (filter == itsFilter)
|
||||
return;
|
||||
itsFound.clear();
|
||||
ClearFiltered();
|
||||
itsFilter = filter;
|
||||
|
||||
Reference in New Issue
Block a user