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:
committed by
Rémi Verschelde
parent
18c5ef5473
commit
0ce6ac0bbb
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user