graphbook: remove double call to set_tooltip_markup

This commit is contained in:
Stéphane Cerveau 2023-09-18 15:57:54 +02:00
parent d0bf6091a4
commit 06b0ec8ead

View file

@ -244,7 +244,6 @@ pub fn create_graphtab(app: &GPSApp, id: u32, name: Option<&str>) {
node.set_tooltip_markup(description.as_deref());
if !GPS::ElementInfo::element_factory_exists(&node.name()) {
node.set_light(true);
node.set_tooltip_markup(description.as_deref());
}
for port in node.all_ports(GM::PortDirection::All) {
let caps = PropertyExt::property(&port,"_caps");