diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-02-08 23:00:13 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-02-08 23:00:13 +0100 |
commit | e10af24d9db882b1c237895cbea61720d04d97cb (patch) | |
tree | 030c60d41cc0eed35c0c7e3ad2aea7ebb5156e5c /include | |
parent | 7cf3b5bdb58d279d2cc2aa7770c09afeeeebb5b7 (diff) |
Matrix: always show room list selection, make wider
Diffstat (limited to 'include')
-rw-r--r-- | include/Body.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Body.hpp b/include/Body.hpp index ee83dae..676eef8 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -252,7 +252,6 @@ namespace QuickMedia { BodyItemRenderCallback body_item_render_callback; sf::Shader *thumbnail_mask_shader; AttachSide attach_side = AttachSide::TOP; - bool render_selection = true; private: void draw_item(sf::RenderWindow &window, BodyItem *item, const sf::Vector2f &pos, const sf::Vector2f &size, const float item_height, const int item_index, const Json::Value &content_progress, bool include_embedded_item = true); void update_dirty_state(BodyItem *body_item, float width); |