Fix uneditable LineEdit, TexEdit and CodeEdit Virtual Keyboard popup
This commit is contained in:
@@ -548,7 +548,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