From 47182a01c3aea3f3ffaffff4a2af6977da5934d3 Mon Sep 17 00:00:00 2001 From: volzhs Date: Mon, 11 Dec 2017 21:19:06 +0900 Subject: Pressing Enter key creates or loads script on Attach script window --- 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 c7bbc82d47..1cff9871d8 100644 --- a/editor/script_create_dialog.h +++ b/editor/script_create_dialog.h @@ -73,6 +73,7 @@ class ScriptCreateDialog : public ConfirmationDialog { Vector template_list; void _path_changed(const String &p_path = String()); + void _path_entered(const String &p_path = String()); void _lang_changed(int l = 0); void _built_in_pressed(); bool _validate(const String &p_string); -- cgit v1.2.3