浏览代码

Merge pull request #12070 from Noshyaar/pr-eh

EditorHelp: use '<' to show inheritance

[ci skip]
Rémi Verschelde 8 年之前
父节点
当前提交
060c5c0e02
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      editor/editor_help.cpp

+ 1 - 1
editor/editor_help.cpp

@@ -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(" < ");
 			}
 		}