mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2025-01-29 18:18:21 +00:00
graphbook: remove double call to set_tooltip_markup
This commit is contained in:
parent
d0bf6091a4
commit
06b0ec8ead
1 changed files with 0 additions and 1 deletions
|
@ -244,7 +244,6 @@ pub fn create_graphtab(app: &GPSApp, id: u32, name: Option<&str>) {
|
||||||
node.set_tooltip_markup(description.as_deref());
|
node.set_tooltip_markup(description.as_deref());
|
||||||
if !GPS::ElementInfo::element_factory_exists(&node.name()) {
|
if !GPS::ElementInfo::element_factory_exists(&node.name()) {
|
||||||
node.set_light(true);
|
node.set_light(true);
|
||||||
node.set_tooltip_markup(description.as_deref());
|
|
||||||
}
|
}
|
||||||
for port in node.all_ports(GM::PortDirection::All) {
|
for port in node.all_ports(GM::PortDirection::All) {
|
||||||
let caps = PropertyExt::property(&port,"_caps");
|
let caps = PropertyExt::property(&port,"_caps");
|
||||||
|
|
Loading…
Reference in a new issue