1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Remove redundant queue_redraw() & fix typo

This commit is contained in:
Marwen Azouzi
2025-05-28 12:54:04 +02:00
parent b89c47bb85
commit 873833b4a7
3 changed files with 3 additions and 4 deletions

View File

@@ -537,7 +537,6 @@ void LineEdit::gui_input(const Ref<InputEvent> &p_event) {
emit_signal(SNAME("editing_toggled"), true);
return;
}
queue_redraw();
} else {
if (selection.enabled && !pass && b->get_button_index() == MouseButton::LEFT && DisplayServer::get_singleton()->has_feature(DisplayServer::FEATURE_CLIPBOARD_PRIMARY)) {