From 5003d4351ef8a059da0358a5205ca1fc608fd4ff Mon Sep 17 00:00:00 2001 From: Yuri Roubinsky Date: Sun, 16 Jan 2022 10:59:02 +0300 Subject: Fix theming update in several editor classes --- editor/create_dialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editor/create_dialog.h') diff --git a/editor/create_dialog.h b/editor/create_dialog.h index c36730c4f0..a22906c5f0 100644 --- a/editor/create_dialog.h +++ b/editor/create_dialog.h @@ -95,6 +95,8 @@ class CreateDialog : public ConfirmationDialog { bool _is_class_disabled_by_feature_profile(const StringName &p_class) const; void _load_favorites_and_history(); + void _update_theme(); + protected: void _notification(int p_what); static void _bind_methods(); -- cgit v1.2.3