mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +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:
commit
8a7cf6f0d1
2 changed files with 19 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue