Merge pull request #25708 from SeleckyErik/issue-25611-script_dialog_cursor

Moves cursor to and selects "new_script" in Create Script dialog
This commit is contained in:
Rémi Verschelde 2019-04-30 13:57:14 +02:00 committed by GitHub
commit 8a7cf6f0d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 0 deletions

View file

@ -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());