You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Clean up setting dialogues a bit.
This commit is contained in:
@@ -41,6 +41,8 @@ class EditorSettingsDialog : public AcceptDialog {
|
||||
bool updating;
|
||||
|
||||
TabContainer *tabs;
|
||||
Control *tab_general;
|
||||
Control *tab_shortcuts;
|
||||
|
||||
LineEdit *search_box;
|
||||
LineEdit *shortcut_search_box;
|
||||
@@ -68,10 +70,14 @@ class EditorSettingsDialog : public AcceptDialog {
|
||||
|
||||
void _unhandled_input(const Ref<InputEvent> &p_event);
|
||||
void _notification(int p_what);
|
||||
void _update_icons();
|
||||
|
||||
void _press_a_key_confirm();
|
||||
void _wait_for_key(const Ref<InputEvent> &p_event);
|
||||
|
||||
void _tabs_tab_changed(int p_tab);
|
||||
void _focus_current_search_box();
|
||||
|
||||
void _clear_shortcut_search_box();
|
||||
void _clear_search_box();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user