We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1e478 commit 402a527Copy full SHA for 402a527
scene/gui/line_edit.cpp
@@ -75,7 +75,7 @@ void LineEdit::_edit(bool p_show_virtual_keyboard) {
75
editing = true;
76
_validate_caret_can_draw();
77
78
- if (p_show_virtual_keyboard) {
+ if (p_show_virtual_keyboard && !pending_select_all_on_focus) {
79
show_virtual_keyboard();
80
}
81
queue_redraw();
0 commit comments