aboutsummaryrefslogtreecommitdiff
path: root/include/Body.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-06-12 02:51:23 +0200
committerdec05eba <dec05eba@protonmail.com>2021-06-12 02:51:23 +0200
commit1d44ae1b038b6d541bc45d298ba704f8a3fbd559 (patch)
tree190335aaecc8a48552b808634a950acedd697e6c /include/Body.hpp
parentaea2950aab53fa171d073d5e001e0419098ab82d (diff)
Change height of item to fit scaled image
Diffstat (limited to 'include/Body.hpp')
-rw-r--r--include/Body.hpp2
1 files changed, 2 insertions, 0 deletions
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;