mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make Up/Down arrows work with tags
When using Up/Down arrows to scroll the tag list it always selected the first item in the list and doesn't scroll. Fixes #468 Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f2238300ef
commit
fdf6f3cd4e
2 changed files with 16 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ public
|
|||
slots:
|
||||
void reparse();
|
||||
void completionSelected(QString);
|
||||
void completionHighlighted(QString);
|
||||
|
||||
protected:
|
||||
void keyPressEvent(QKeyEvent *e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue