Restore filter on context switch in non nav-as-you-type mode

This commit is contained in:
Arun Prakash Jana 2020-02-26 19:32:54 +05:30
parent 7aa72ddd79
commit f0f8008014
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 6 additions and 1 deletions

View File

@ -5381,8 +5381,13 @@ nochange:
path = g_ctx[r].c_path;
lastdir = g_ctx[r].c_last;
lastname = g_ctx[r].c_name;
tmp = g_ctx[r].c_fltr;
if (cfg.filtermode || ((tmp[0] == FILTER || tmp[0] == RFILTER) && tmp[1]))
presel = FILTER;
else
dir_changed = TRUE;
setdirwatch();
goto begin;
case SEL_PIN:
free(mark);