From 1d44ae1b038b6d541bc45d298ba704f8a3fbd559 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 12 Jun 2021 02:51:23 +0200 Subject: Change height of item to fit scaled image --- 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 121fbb5..8ce05fc 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -329,6 +329,8 @@ namespace QuickMedia { sf::Text replies_text; sf::Text embedded_item_load_text; + bool body_size_changed = false; + int num_visible_items; bool top_cut_off; bool bottom_cut_off; -- cgit v1.2.3