From 2ef70224b6db20cd9916063cbd720fa544f3820b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 6 Aug 2019 20:30:23 +0200 Subject: Scroll content when selected item is outside window view --- include/Body.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Body.hpp') diff --git a/include/Body.hpp b/include/Body.hpp index e854e76..65aae8d 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -49,6 +49,7 @@ namespace QuickMedia { std::vector> items; std::vector> item_thumbnail_textures; std::thread thumbnail_load_thread; + bool draw_thumbnails; private: std::shared_ptr load_thumbnail_from_url(const std::string &url); bool loading_thumbnail; -- cgit v1.2.3