Commit 1fa9ccaa authored by pythongosssss's avatar pythongosssss
Browse files

Set title to widget name

parent 97198f5b
......@@ -149,6 +149,7 @@ app.registerExtension({
app.graph.add(node);
node.pos = [this.pos[0] - node.size[0] - 30, this.pos[1]];
node.connect(0, this, slot);
node.title = this.inputs[slot].name;
}
return r;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment