Do not change filter state when clicked below last entry

This commit is contained in:
Arun Prakash Jana 2019-07-29 19:17:49 +05:30
parent 46aa0adafa
commit f1720c8f44
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -3491,7 +3491,7 @@ nochange:
/*Single click just selects, double click also opens */
if (event.bstate != BUTTON1_DOUBLE_CLICKED)
break;
goto nochange;
} else {
if (cfg.filtermode)
presel = FILTER;