You've already forked godot
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user