You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
EditorHelp: use '<' to show inheritance
...making it consistent with official docs
This commit is contained in:
@@ -694,7 +694,7 @@ Error EditorHelp::_goto_desc(const String &p_class, int p_vscr) {
|
|||||||
inherits = doc->class_list[inherits].inherits;
|
inherits = doc->class_list[inherits].inherits;
|
||||||
|
|
||||||
if (inherits != "") {
|
if (inherits != "") {
|
||||||
class_desc->add_text(" , ");
|
class_desc->add_text(" < ");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user