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.
2 parents 09c3b66 + 402a527 commit a39a83aCopy full SHA for a39a83a
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