Merge pull request #12070 from Noshyaar/pr-eh

EditorHelp: use '<' to show inheritance

[ci skip]
This commit is contained in:
Rémi Verschelde 2017-10-13 15:05:57 +02:00 committed by GitHub
commit 060c5c0e02

View File

@ -694,7 +694,7 @@ Error EditorHelp::_goto_desc(const String &p_class, int p_vscr) {
inherits = doc->class_list[inherits].inherits;
if (inherits != "") {
class_desc->add_text(" , ");
class_desc->add_text(" < ");
}
}