diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2018-03-13 13:48:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-13 13:48:37 +0100 |
| commit | 535205196f10a4bb7bc9370f864139aa84cfd3d6 (patch) | |
| tree | a069ee255c624da66fbcdfb12850a33c8b4875d8 /editor/script_create_dialog.h | |
| parent | b1ae5ea4070d874ec2dc1dfb6f49512579afec9d (diff) | |
| parent | 2de1dfa42f821fcbc140d8ae8907c060135c584b (diff) | |
| download | redot-engine-535205196f10a4bb7bc9370f864139aa84cfd3d6.tar.gz | |
Merge pull request #17013 from Noshyaar/theme
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; |
