From 03a228f81f4a7a827a5a383bc16b8a2fb3abadb4 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 9 Jul 2020 05:59:39 +0200 Subject: Fix item selection not working with empty search Fix history not working on mangatown. Make image scrolling faster in infinite scroll mode. --- 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 b90f64a..3cb735c 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -66,6 +66,8 @@ namespace QuickMedia { // TODO: Ignore dot, whitespace and special characters void filter_search_fuzzy(const std::string &text); + bool no_items_visible() const; + sf::Text title_text; sf::Text progress_text; sf::Text author_text; -- cgit v1.2.3