You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-04 19:21:46 +00:00
Fix CreateDialog returning wrong type
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().get_slicec(' ', 0));
|
||||
parent_name->set_text(select_class->get_selected_type());
|
||||
_parent_name_changed(parent_name->get_text());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user