mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 21:51:22 +00:00 
			
		
		
		
	Disable auto translation in EditorDirDialog
This commit is contained in:
		
							parent
							
								
									a0d1ba4a3d
								
							
						
					
					
						commit
						4b734aeda9
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -215,8 +215,9 @@ EditorDirDialog::EditorDirDialog() { | |||
| 	makedir->connect(SceneStringName(pressed), callable_mp(this, &EditorDirDialog::_make_dir)); | ||||
| 
 | ||||
| 	tree = memnew(Tree); | ||||
| 	vb->add_child(tree); | ||||
| 	tree->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED); | ||||
| 	tree->set_v_size_flags(Control::SIZE_EXPAND_FILL); | ||||
| 	vb->add_child(tree); | ||||
| 	tree->connect("item_activated", callable_mp(this, &EditorDirDialog::_item_activated)); | ||||
| 	tree->connect("item_collapsed", callable_mp(this, &EditorDirDialog::_item_collapsed), CONNECT_DEFERRED); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 kobewi
						kobewi