Merge pull request #87870 from ryevdokimov/remove-unnecessary-focus-methods
Remove unnecessary focus methods and directly bind to `set_close_on_escape`
This commit is contained in:
@ -113,9 +113,6 @@ class ProjectSettingsEditor : public AcceptDialog {
|
||||
void _update_action_map_editor();
|
||||
void _update_theme();
|
||||
|
||||
void _input_filter_focused();
|
||||
void _input_filter_unfocused();
|
||||
|
||||
protected:
|
||||
void _notification(int p_what);
|
||||
static void _bind_methods();
|
||||
|
||||
Reference in New Issue
Block a user