diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-04-30 13:57:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-30 13:57:14 +0200 |
commit | 8a7cf6f0d1ae886bc1be40a91d9119fa5dfc61e5 (patch) | |
tree | d465f56c25afb2d99c43a5c8b7dde27f9ad2ffad /editor/script_create_dialog.h | |
parent | 1b08ba1a4833be4a2c9c9697d47193c58e357764 (diff) | |
parent | a83877a8e84b949061b7c48a92e4636fbfd3d19d (diff) | |
download | redot-engine-8a7cf6f0d1ae886bc1be40a91d9119fa5dfc61e5.tar.gz |
Merge pull request #25708 from SeleckyErik/issue-25611-script_dialog_cursor
Moves cursor to and selects "new_script" in Create Script dialog
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 7473e77c29..f5c335c00a 100644 --- a/editor/script_create_dialog.h +++ b/editor/script_create_dialog.h @@ -80,6 +80,7 @@ class ScriptCreateDialog : public ConfirmationDialog { Vector<String> template_list; String base_type; + 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()); |