diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-09-14 16:16:36 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-09-14 16:16:36 +0200 |
commit | 6208faf754b76a7c9a806220c97484ea2e9c0a2e (patch) | |
tree | e631543717632ff5263762884651171f07ca1746 /include | |
parent | 497a8e9971d935be4c3d75cbebf862b645bc02a5 (diff) |
Add caret to search bar
Diffstat (limited to 'include')
-rw-r--r-- | include/SearchBar.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SearchBar.hpp b/include/SearchBar.hpp index 8265ef0..9efbf9c 100644 --- a/include/SearchBar.hpp +++ b/include/SearchBar.hpp @@ -46,6 +46,7 @@ namespace QuickMedia { sf::RectangleShape background; sf::RectangleShape background_shadow; sf::RectangleShape shade; + sf::RectangleShape caret; sf::Sprite plugin_logo_sprite; std::string placeholder_str; bool show_placeholder; |