Fix and improve robustness of node/parameter tooltip plumbing; simplify properties row widget boilerplate (#2600)

* WIP

* WIP2

* Further cleanup
This commit is contained in:
Keavon Chambers
2025-04-19 20:25:36 -07:00
committed by GitHub
parent 6196dbff95
commit a376832480
11 changed files with 1084 additions and 1106 deletions
+1 -1
View File
@@ -800,7 +800,7 @@ impl EditorHandle {
document
.network_interface
.replace_implementation(&node_id, &[], DocumentNodeImplementation::proto("graphene_core::ToArtboardNode"));
document.network_interface.add_import(TaggedValue::IVec2(glam::IVec2::default()), false, 2, "", &[node_id]);
document.network_interface.add_import(TaggedValue::IVec2(glam::IVec2::default()), false, 2, "", "", &[node_id]);
}
}
}