diff options
author | Erik <35656626+SeleckyErik@users.noreply.github.com> | 2019-02-08 18:42:05 +0100 |
---|---|---|
committer | Erik <35656626+SeleckyErik@users.noreply.github.com> | 2019-02-08 18:42:05 +0100 |
commit | a83877a8e84b949061b7c48a92e4636fbfd3d19d (patch) | |
tree | 713fbece28ebd5449dfc75a3c41cea3a2d43448d /editor/script_create_dialog.h | |
parent | 16d402147b9057c9f7d43ef9b46eb8654e5483cc (diff) | |
download | redot-engine-a83877a8e84b949061b7c48a92e4636fbfd3d19d.tar.gz |
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.
Diffstat (limited to 'editor/script_create_dialog.h')
-rw-r--r-- | editor/script_create_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<String> 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()); |