You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Add tooltip for the dependencies buttons in the orphan explorer dialog
This commit is contained in:
@@ -725,7 +725,7 @@ bool OrphanResourcesDialog::_fill_owners(EditorFileSystemDirectory *efsd, HashMa
|
|||||||
int ds = efsd->get_file_deps(i).size();
|
int ds = efsd->get_file_deps(i).size();
|
||||||
ti->set_text(1, itos(ds));
|
ti->set_text(1, itos(ds));
|
||||||
if (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);
|
ti->set_metadata(0, path);
|
||||||
has_children = true;
|
has_children = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user