diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-12-21 18:25:09 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-12-21 18:25:09 +0100 |
commit | 918408ab9e87b1878fb88340230ce0f878b90dab (patch) | |
tree | e2ab3ac5e944f9d52fc1a0a643a26e485ef7bb39 /editor/action_map_editor.h | |
parent | ff2bd057a5688a4f0cf4f0bb3ee1cecf1d1cd8a9 (diff) | |
parent | 3238d1124769eb2f07feada339ea50e026f0bb68 (diff) |
Merge pull request #70398 from Sauermann/fix-esc-input-focus
Fix closing project setting window with ESC while listening for input
Diffstat (limited to 'editor/action_map_editor.h')
-rw-r--r-- | editor/action_map_editor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/action_map_editor.h b/editor/action_map_editor.h index ad9980c4ef..1908805b17 100644 --- a/editor/action_map_editor.h +++ b/editor/action_map_editor.h @@ -106,6 +106,9 @@ private: bool can_drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from) const; void drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from); + void _on_filter_focused(); + void _on_filter_unfocused(); + protected: void _notification(int p_what); static void _bind_methods(); |