You've already forked godot
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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user