1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

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