diff options
author | Marius Hanl <mariushanl@web.de> | 2024-08-28 12:13:07 +0200 |
---|---|---|
committer | Marius Hanl <mariushanl@web.de> | 2024-08-28 12:57:49 +0200 |
commit | ff9946f81790bdad0687c93b61fc0ac50cba4af0 (patch) | |
tree | 84211ed19fdc9aa492c12deffa50b31d41900f3b /editor/plugins/theme_editor_plugin.h | |
parent | 108c603f91b94100a1adc989316a372f0a6f8989 (diff) | |
download | redot-engine-ff9946f81790bdad0687c93b61fc0ac50cba4af0.tar.gz |
Make ThemeTypeDialog List navigatable when the LineEdit selected
This behavior is the same as in the CreateDialog.
The arrow keys or page up/page down navigate the List while the LineEdit has focus.
Diffstat (limited to 'editor/plugins/theme_editor_plugin.h')
-rw-r--r-- | editor/plugins/theme_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/theme_editor_plugin.h b/editor/plugins/theme_editor_plugin.h index ba8e3a30b7..ae92365c32 100644 --- a/editor/plugins/theme_editor_plugin.h +++ b/editor/plugins/theme_editor_plugin.h @@ -303,6 +303,7 @@ class ThemeTypeDialog : public ConfirmationDialog { void _update_add_type_options(const String &p_filter = ""); void _add_type_filter_cbk(const String &p_value); + void _type_filter_input(const Ref<InputEvent> &p_ie); void _add_type_options_cbk(int p_index); void _add_type_dialog_entered(const String &p_value); void _add_type_dialog_activated(int p_index); |