diff options
author | Yuri Sizov <yuris@humnom.net> | 2023-12-04 13:18:48 +0100 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-12-04 13:18:48 +0100 |
commit | 01888ae7ab2d8989b6e25cb2edbe7b3d27cf4e4e (patch) | |
tree | 4e1bfbf8a8a6eb05279582dd5fe527a427f3cbeb /editor/editor_quick_open.h | |
parent | d76c1d0e516fedc535a2e394ab780cac79203477 (diff) | |
download | redot-engine-01888ae7ab2d8989b6e25cb2edbe7b3d27cf4e4e.tar.gz |
Fix theme application in various editor dialogs
99% of the time we shouldn't rely on the signal, we
should use the notification instead. I left some comments
in places where I couldn't quickly improve the code.
Diffstat (limited to 'editor/editor_quick_open.h')
-rw-r--r-- | editor/editor_quick_open.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_quick_open.h b/editor/editor_quick_open.h index 2b64efb151..ec8ce0175e 100644 --- a/editor/editor_quick_open.h +++ b/editor/editor_quick_open.h @@ -72,8 +72,6 @@ class EditorQuickOpen : public ConfirmationDialog { void _sbox_input(const Ref<InputEvent> &p_ie); void _text_changed(const String &p_newtext); - void _theme_changed(); - protected: void _notification(int p_what); static void _bind_methods(); |