diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-06-12 02:51:23 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-06-12 02:51:23 +0200 |
commit | 1d44ae1b038b6d541bc45d298ba704f8a3fbd559 (patch) | |
tree | 190335aaecc8a48552b808634a950acedd697e6c /include | |
parent | aea2950aab53fa171d073d5e001e0419098ab82d (diff) |
Change height of item to fit scaled image
Diffstat (limited to 'include')
-rw-r--r-- | include/Body.hpp | 2 |
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; |