mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	method list no longer forwards drag commands to script list
This commit is contained in:
		
							parent
							
								
									51d7026cbc
								
							
						
					
					
						commit
						3b5112567a
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -3055,7 +3055,6 @@ ScriptEditor::ScriptEditor(EditorNode *p_editor) { | |||
| 	members_overview->set_custom_minimum_size(Size2(0, 90) * EDSCALE); //need to give a bit of limit to avoid it from disappearing
 | ||||
| 	members_overview->set_v_size_flags(SIZE_EXPAND_FILL); | ||||
| 	members_overview->set_allow_rmb_select(true); | ||||
| 	members_overview->set_drag_forwarding(this); | ||||
| 
 | ||||
| 	help_overview = memnew(ItemList); | ||||
| 	overview_vbox->add_child(help_overview); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AlexHoratio
						AlexHoratio