Browse Source

Do not change filter state when clicked below last entry

master
Arun Prakash Jana 5 years ago
parent
commit
f1720c8f44
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c 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;


Loading…
Cancel
Save