use markup in tooltip

This commit is contained in:
yggverse 2024-12-05 13:14:46 +02:00
parent cb08217ffa
commit d6dc6acf04
2 changed files with 4 additions and 4 deletions

View file

@ -66,7 +66,7 @@ impl List {
let subtitle = child.last_child().unwrap().downcast::<Label>().unwrap();
subtitle.set_label(&item.subtitle());
subtitle.set_tooltip_text(Some(&item.tooltip()));
subtitle.set_tooltip_markup(Some(&item.tooltip()));
});
// Init main `DropDown`