diff options
author | Poommetee Ketson <poommetee@protonmail.com> | 2018-02-25 23:04:16 +0700 |
---|---|---|
committer | Poommetee Ketson <poommetee@protonmail.com> | 2018-02-25 23:04:16 +0700 |
commit | 2de1dfa42f821fcbc140d8ae8907c060135c584b (patch) | |
tree | cd725829b00009f6df3138458eeb7a3ae6485984 /editor/script_create_dialog.h | |
parent | 08584b7e2215c852b80dc143cf712ccc73f9cacb (diff) | |
download | redot-engine-2de1dfa42f821fcbc140d8ae8907c060135c584b.tar.gz |
Update icons when theme changed
Diffstat (limited to 'editor/script_create_dialog.h')
-rw-r--r-- | editor/script_create_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/script_create_dialog.h b/editor/script_create_dialog.h index 99e5bc9e6a..1ad4a1b7a1 100644 --- a/editor/script_create_dialog.h +++ b/editor/script_create_dialog.h @@ -46,6 +46,7 @@ class ScriptCreateDialog : public ConfirmationDialog { LineEdit *class_name; Label *error_label; Label *path_error_label; + PanelContainer *status_panel; LineEdit *parent_name; Button *parent_browse_button; OptionButton *language_menu; |