mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Disable showing the virtual keyboard on focus events for certain editor components
This commit is contained in:
parent
f29feac7a5
commit
a088b5dc23
4 changed files with 4 additions and 0 deletions
|
|
@ -672,6 +672,7 @@ ProjectSettingsEditor::ProjectSettingsEditor(EditorData *p_data) {
|
|||
search_box->set_placeholder(TTR("Filter Settings"));
|
||||
search_box->set_accessibility_name(TTRC("Filter Settings"));
|
||||
search_box->set_clear_button_enabled(true);
|
||||
search_box->set_virtual_keyboard_show_on_focus(false);
|
||||
search_box->set_h_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
search_bar->add_child(search_box);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue