mirror of
https://github.com/godotengine/godot.git
synced 2026-02-07 19:32:36 +00:00
Fix wrong base type when creating script
This commit is contained in:
@@ -492,7 +492,7 @@ void ScriptCreateDialog::_file_selected(const String &p_file) {
|
||||
}
|
||||
|
||||
void ScriptCreateDialog::_create() {
|
||||
parent_name->set_text(select_class->get_selected_type());
|
||||
parent_name->set_text(select_class->get_selected_type_name());
|
||||
_parent_name_changed(parent_name->get_text());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user