mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 05:31:01 +00:00 
			
		
		
		
	Add tooltip for the dependencies buttons in the orphan explorer dialog
This commit is contained in:
		
							parent
							
								
									197b65f32a
								
							
						
					
					
						commit
						fc23c8f941
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -725,7 +725,7 @@ bool OrphanResourcesDialog::_fill_owners(EditorFileSystemDirectory *efsd, HashMa | |||
| 				int ds = efsd->get_file_deps(i).size(); | ||||
| 				ti->set_text(1, itos(ds)); | ||||
| 				if (ds) { | ||||
| 					ti->add_button(1, get_icon("GuiVisibilityVisible", "EditorIcons")); | ||||
| 					ti->add_button(1, get_icon("GuiVisibilityVisible", "EditorIcons"), -1, false, TTR("Show Dependencies")); | ||||
| 				} | ||||
| 				ti->set_metadata(0, path); | ||||
| 				has_children = true; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Michael Alexsander Silva Dias
						Michael Alexsander Silva Dias