Define fallback tooltip string for UI_UL_list items #126184

Merged
Harley Acheson merged 1 commits from breakingspell/blender:work/breakingspell/list-operator-label into main 2024-08-13 00:42:59 +02:00

View File

@ -772,7 +772,10 @@ static void ui_template_list_layout_draw(const bContext *C,
0,
0,
org_i,
editable ? TIP_("Double click to rename") : "");
editable ? TIP_("Select List Item "
"(Double click to rename)") :
TIP_("Select List Item"));
if ((dyntip_data = uilist_item_use_dynamic_tooltip(itemptr,
input_data->item_dyntip_propname)))
{