diff options
author | dec05eba <dec05eba@protonmail.com> | 2019-11-21 01:30:35 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2019-11-21 01:30:35 +0100 |
commit | 93434f5cdf846b8c25de7897286232a17e0c19e1 (patch) | |
tree | e6ad1c1a9227cff059ba6aaf1e0b26faef4591a9 /include | |
parent | 78f6f8210d76760e3be8d76abe29796a20873e90 (diff) |
Fix clamping of search result in history tab
Diffstat (limited to 'include')
-rw-r--r-- | include/Body.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Body.hpp b/include/Body.hpp index fd1e438..ae1c3ff 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -33,6 +33,8 @@ namespace QuickMedia { // Select next item, ignoring invisible items void select_next_item(); + + void select_first_item(); void reset_selected(); void clear_items(); |