summaryrefslogtreecommitdiffstats
path: root/editor/create_dialog.h
diff options
context:
space:
mode:
authorYuri Roubinsky <chaosus89@gmail.com>2022-01-16 10:59:02 +0300
committerYuri Roubinsky <chaosus89@gmail.com>2022-01-16 14:49:03 +0300
commit5003d4351ef8a059da0358a5205ca1fc608fd4ff (patch)
tree02a4e5efead339bdb43862362664bd980360ab00 /editor/create_dialog.h
parent1cff9a2e49d42187d4e3729cddbaf7fdbcced0bd (diff)
downloadredot-engine-5003d4351ef8a059da0358a5205ca1fc608fd4ff.tar.gz
Fix theming update in several editor classes
Diffstat (limited to 'editor/create_dialog.h')
-rw-r--r--editor/create_dialog.h2
1 files changed, 2 insertions, 0 deletions
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();