diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-04-19 16:13:55 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-04-19 16:13:55 +0200 |
commit | 5465c09cd108e37720dbad139de98bdcf5dfe8bf (patch) | |
tree | 47db7d4a488bca6711fe9a8cbc47f53a74f3fc67 /include/Body.hpp | |
parent | 7f0bdeddb79c308ab082a124441f1d69d665dbfc (diff) |
Move tab code to separate class, fix upload time missing for certain manga plugins, fix touch room click messed up
Diffstat (limited to 'include/Body.hpp')
-rw-r--r-- | include/Body.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Body.hpp b/include/Body.hpp index 22d9ff9..90e75c8 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -310,6 +310,7 @@ namespace QuickMedia { float selected_item_height = 0.0f; float selected_scrolled = 0.0f; bool loaded_textures_changed = false; + std::shared_ptr<BodyItem> clicked_body_item = nullptr; //float scroll_y = 0.0f; }; }
\ No newline at end of file |