mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 05:31:01 +00:00 
			
		
		
		
	Fix unexpected auto translation of Tree content
This commit is contained in:
		
							parent
							
								
									fe01776f05
								
							
						
					
					
						commit
						8cd1ebbd6d
					
				
					 37 changed files with 54 additions and 0 deletions
				
			
		|  | @ -216,6 +216,7 @@ EditorPropertyRootMotion::EditorPropertyRootMotion() { | |||
| 
 | ||||
| 	filters = memnew(Tree); | ||||
| 	filter_dialog->add_child(filters); | ||||
| 	filters->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED); | ||||
| 	filters->set_v_size_flags(SIZE_EXPAND_FILL); | ||||
| 	filters->set_hide_root(true); | ||||
| 	filters->connect("item_activated", callable_mp(this, &EditorPropertyRootMotion::_confirmed)); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Haoyu Qiu
						Haoyu Qiu