Fix script dialog path validation to handle spaces correctly
This commit is contained in:
@ -87,6 +87,7 @@ class ScriptCreateDialog : public ConfirmationDialog {
|
||||
void _lang_changed(int l = 0);
|
||||
void _built_in_pressed();
|
||||
bool _validate(const String &p_string);
|
||||
String _validate_path(const String &p_path, bool p_file_must_exist);
|
||||
void _class_name_changed(const String &p_name);
|
||||
void _parent_name_changed(const String &p_parent);
|
||||
void _template_changed(int p_template = 0);
|
||||
|
||||
Reference in New Issue
Block a user