From a83877a8e84b949061b7c48a92e4636fbfd3d19d Mon Sep 17 00:00:00 2001 From: Erik <35656626+SeleckyErik@users.noreply.github.com> Date: Fri, 8 Feb 2019 18:42:05 +0100 Subject: Moves cursor to and selects "new_script" in Create Script dialog When Create Script dialog pops up, the cursor in the Path LineEdit is moved to the "new_script" name placeholder and it is selected. --- 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 15e838d69f..038c5c0bce 100644 --- a/editor/script_create_dialog.h +++ b/editor/script_create_dialog.h @@ -75,6 +75,7 @@ class ScriptCreateDialog : public ConfirmationDialog { String script_template; Vector template_list; + void _path_hbox_sorted(); bool _can_be_built_in(); void _path_changed(const String &p_path = String()); void _path_entered(const String &p_path = String()); -- cgit v1.2.3