From 06b0ec8ead26a75b40973f0fd8b47222ebe4778a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Mon, 18 Sep 2023 15:57:54 +0200 Subject: [PATCH] graphbook: remove double call to set_tooltip_markup --- src/graphbook.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/graphbook.rs b/src/graphbook.rs index 186b795..9dcb03e 100644 --- a/src/graphbook.rs +++ b/src/graphbook.rs @@ -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");