summaryrefslogtreecommitdiffstats
path: root/editor/script_create_dialog.h
diff options
context:
space:
mode:
authorMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2019-04-30 16:18:08 -0300
committerMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2019-05-02 13:42:21 -0300
commit3eb5d1b52587b5608f7b3f73a30cb86ec592fdbe (patch)
treec02db05db96036b81540fae4a9202ae487a14263 /editor/script_create_dialog.h
parentacadfe0a4960f3ac6f32c6488d3545d2baea9ddd (diff)
downloadredot-engine-3eb5d1b52587b5608f7b3f73a30cb86ec592fdbe.tar.gz
Hide "Built-in Script" option in the script creation dialog when not possible
Diffstat (limited to 'editor/script_create_dialog.h')
-rw-r--r--editor/script_create_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/script_create_dialog.h b/editor/script_create_dialog.h
index 1a3ba3d371..c6dba78f56 100644
--- a/editor/script_create_dialog.h
+++ b/editor/script_create_dialog.h
@@ -58,6 +58,7 @@ class ScriptCreateDialog : public ConfirmationDialog {
Button *path_button;
EditorFileDialog *file_browse;
CheckButton *internal;
+ Label *internal_label;
VBoxContainer *path_vb;
AcceptDialog *alert;
CreateDialog *select_class;