aboutsummaryrefslogtreecommitdiff
path: root/include/Text.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-05-11 14:24:52 +0200
committerdec05eba <dec05eba@protonmail.com>2021-05-11 14:24:52 +0200
commite308d77b06405b91885cf6f97c0dc2a1b70679ef (patch)
tree7fb0ed73c20354f3e0ff49ebb199e33ebc3427f7 /include/Text.hpp
parent6b90f55f4dc14b9d39fa0dbf6b82b3c12ccc29d9 (diff)
Improve file saving gui
Diffstat (limited to 'include/Text.hpp')
-rw-r--r--include/Text.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Text.hpp b/include/Text.hpp
index 53105f5..cef6dd5 100644
--- a/include/Text.hpp
+++ b/include/Text.hpp
@@ -104,6 +104,8 @@ namespace QuickMedia
bool draw(sf::RenderTarget &target);
void updateGeometry(bool update_even_if_not_dirty = false);
+
+ bool single_line_edit = false;
private:
enum class CaretMoveDirection : u8
{