diff options
author | Gehad <gehadelrobey@gmail.com> | 2014-03-19 18:24:53 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-19 09:33:59 -0700 |
commit | fdf6f3cd4e78bac6f9f674cb709e94a5b8f025fc (patch) | |
tree | 62bb3d8d3d74cc308c22ae430f492320754913d9 /qt-ui/tagwidget.h | |
parent | f2238300ef86afe88d35b13ef48c4367c274d144 (diff) | |
download | subsurface-fdf6f3cd4e78bac6f9f674cb709e94a5b8f025fc.tar.gz |
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>
Diffstat (limited to 'qt-ui/tagwidget.h')
-rw-r--r-- | qt-ui/tagwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/tagwidget.h b/qt-ui/tagwidget.h index 161ec0601..42c94b4e0 100644 --- a/qt-ui/tagwidget.h +++ b/qt-ui/tagwidget.h @@ -20,6 +20,7 @@ public slots: void reparse(); void completionSelected(QString); + void completionHighlighted(QString); protected: void keyPressEvent(QKeyEvent *e); |