summaryrefslogtreecommitdiffstats
path: root/editor/script_create_dialog.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-04-30 13:57:14 +0200
committerGitHub <noreply@github.com>2019-04-30 13:57:14 +0200
commit8a7cf6f0d1ae886bc1be40a91d9119fa5dfc61e5 (patch)
treed465f56c25afb2d99c43a5c8b7dde27f9ad2ffad /editor/script_create_dialog.h
parent1b08ba1a4833be4a2c9c9697d47193c58e357764 (diff)
parenta83877a8e84b949061b7c48a92e4636fbfd3d19d (diff)
downloadredot-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.h1
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());