From 93434f5cdf846b8c25de7897286232a17e0c19e1 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 21 Nov 2019 01:30:35 +0100 Subject: Fix clamping of search result in history tab --- include/Body.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Body.hpp') 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(); -- cgit v1.2.3