mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Merge pull request #89599 from timothyqiu/vegetate
Fix unexpected auto translation of editor `Tree` content
This commit is contained in:
		
						commit
						05372773e1
					
				
					 37 changed files with 54 additions and 0 deletions
				
			
		|  | @ -99,6 +99,7 @@ ConnectionInfoDialog::ConnectionInfoDialog() { | |||
| 	vbc->add_child(method); | ||||
| 
 | ||||
| 	tree = memnew(Tree); | ||||
| 	tree->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED); | ||||
| 	tree->set_columns(3); | ||||
| 	tree->set_hide_root(true); | ||||
| 	tree->set_column_titles_visible(true); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Rémi Verschelde
						Rémi Verschelde