Browse Source
Do not change filter state when clicked below last entry
master
Arun Prakash Jana
5 years ago
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with
1 additions and
1 deletions
-
src/nnn.c
|
|
@@ -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; |
|
|
|