mirror of
https://github.com/davatorium/rofi.git
synced 2025-04-07 17:33:14 -04:00
Small fix showing extra rows when generating full list from keypress
This commit is contained in:
parent
6a917315ce
commit
d702ad18c6
1 changed files with 1 additions and 1 deletions
|
@ -1461,8 +1461,8 @@ MenuReturn menu ( char **lines, char **input, char *prompt, Time *time, int *shi
|
|||
filtered[jin] = lines[i];
|
||||
line_map[jin] = i;
|
||||
jin++;
|
||||
filtered_lines++;
|
||||
}
|
||||
filtered_lines = jin;
|
||||
}
|
||||
selected = MIN ( selected, j - 1 );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue