Add persistent links
This commit is contained in:
parent
ecec82c70e
commit
e8d3f63f4d
4 changed files with 362 additions and 9 deletions
|
|
@ -1035,7 +1035,7 @@ void GraphEditorWidget::tryResolvePendingLinks() {
|
|||
}
|
||||
|
||||
if (foundOut && foundIn) {
|
||||
m_client->CreateLink(outPortId, inPortId, warppipe::LinkOptions{});
|
||||
m_client->CreateLink(outPortId, inPortId, warppipe::LinkOptions{.linger = true});
|
||||
} else {
|
||||
remaining.push_back(pending);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue