You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Merge pull request #98012 from syntaxerror247/lineEdit-bug-fix
Fix uneditable `LineEdit`, `TextEdit` and `CodeEdit` virtual keyboard popup on mobile
This commit is contained in:
@@ -550,7 +550,9 @@ void LineEdit::gui_input(const Ref<InputEvent> &p_event) {
|
||||
pending_select_all_on_focus = false;
|
||||
}
|
||||
|
||||
show_virtual_keyboard();
|
||||
if (editable) {
|
||||
show_virtual_keyboard();
|
||||
}
|
||||
}
|
||||
|
||||
queue_redraw();
|
||||
|
||||
Reference in New Issue
Block a user