mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-30 21:21:10 +00:00 
			
		
		
		
	EditorHelp: use '<' to show inheritance
...making it consistent with official docs
This commit is contained in:
		
							parent
							
								
									36ca9c9251
								
							
						
					
					
						commit
						98322a8876
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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(" < "); | ||||||
| 			} | 			} | ||||||
| 		} | 		} | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Poommetee Ketson
						Poommetee Ketson