mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-01 04:37:26 +09:00
Save all settings to file, hide more settings behind advanced view
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user