1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Merge pull request #65039 from Mickeon/rename-treeitem-tooltip

This commit is contained in:
Rémi Verschelde
2022-08-30 14:05:08 +02:00
committed by GitHub
22 changed files with 67 additions and 67 deletions

View File

@@ -630,7 +630,7 @@ void EditorFeatureProfileManager::_class_list_item_selected() {
property->set_selectable(0, true);
property->set_checked(0, !edited->is_class_property_disabled(class_name, name));
property->set_text(0, text);
property->set_tooltip(0, tooltip);
property->set_tooltip_text(0, tooltip);
property->set_metadata(0, name);
String icon_type = Variant::get_type_name(E.type);
property->set_icon(0, EditorNode::get_singleton()->get_class_icon(icon_type));