aboutsummaryrefslogtreecommitdiff
path: root/src/gui/Entry.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-08-10 09:38:38 +0200
committerdec05eba <dec05eba@protonmail.com>2024-08-10 09:38:38 +0200
commit6951ec6eea8227ae0fe1eeeb65c3a38e71841d10 (patch)
tree4696262eb2ad5a176c2fc8266e3f7cbb754af4e7 /src/gui/Entry.cpp
parentb686271ee95b30cef7bf8b7dec3c44d3bb649115 (diff)
Save all settings to file, hide more settings behind advanced view
Diffstat (limited to 'src/gui/Entry.cpp')
-rw-r--r--src/gui/Entry.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/Entry.cpp b/src/gui/Entry.cpp
index 7978b38..0bea60e 100644
--- a/src/gui/Entry.cpp
+++ b/src/gui/Entry.cpp
@@ -84,7 +84,6 @@ namespace gsr {
if(!validate_handler || validate_handler(str)) {
text.set_string(std::move(str));
caret_offset_x = text.find_character_pos(99999).x - this->text.get_position().x;
- fprintf(stderr, "caret offset: %f\n", caret_offset_x);
}
}