diff --git a/editor/create_dialog.cpp b/editor/create_dialog.cpp index 5dd5b7fcc55..aa70c5aa15e 100644 --- a/editor/create_dialog.cpp +++ b/editor/create_dialog.cpp @@ -330,7 +330,7 @@ void CreateDialog::_update_search() { break; } - type = ClassDB::get_parent_class(type); + type = cpp_type ? ClassDB::get_parent_class(type) : ed.script_class_get_base(type); } if (found)