Warn about built-in script limitations in the script creation dialog

This partially addresses #31758.

(cherry picked from commit ac210e196c)
This commit is contained in:
Hugo Locurcio
2020-04-03 23:56:57 +02:00
committed by Rémi Verschelde
parent 18c5ef5473
commit 0ce6ac0bbb
2 changed files with 10 additions and 0 deletions

View File

@ -48,6 +48,7 @@ class ScriptCreateDialog : public ConfirmationDialog {
LineEdit *class_name;
Label *error_label;
Label *path_error_label;
Label *builtin_warning_label;
PanelContainer *status_panel;
LineEdit *parent_name;
Button *parent_browse_button;