From 3eb5d1b52587b5608f7b3f73a30cb86ec592fdbe Mon Sep 17 00:00:00 2001 From: Michael Alexsander Silva Dias Date: Tue, 30 Apr 2019 16:18:08 -0300 Subject: Hide "Built-in Script" option in the script creation dialog when not possible --- editor/script_create_dialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/script_create_dialog.h') 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; -- cgit v1.2.3