1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Revert "Add script class categories to EditorInspector."

This reverts commit 8a02f221b4.

This caused regression #43491.
This commit is contained in:
Rémi Verschelde
2020-11-17 22:21:32 +01:00
parent 04698a6d96
commit 755ee76871
3 changed files with 5 additions and 102 deletions

View File

@@ -3952,6 +3952,8 @@ Ref<Texture> EditorNode::get_class_icon(const String &p_class, const String &p_f
if (icon.is_null()) {
icon = gui_base->get_icon(ScriptServer::get_global_class_base(name), "EditorIcons");
}
return icon;
}
const Map<String, Vector<EditorData::CustomType> > &p_map = EditorNode::get_editor_data().get_custom_types();