mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Merge pull request #65039 from Mickeon/rename-treeitem-tooltip
This commit is contained in:
commit
ebe4f8d3a4
22 changed files with 67 additions and 67 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue