mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-30 14:58:37 +02:00
[ui] Graph: Add clearSelectedNodesData
method
Convenient function to directly work on the current node selection.
This commit is contained in:
parent
8dbcfa392f
commit
cdfa6186b1
2 changed files with 10 additions and 7 deletions
|
@ -815,7 +815,7 @@ Item {
|
|||
if (deleteFollowing)
|
||||
uigraph.clearDataFrom(uigraph.selectedNodes);
|
||||
else
|
||||
uigraph.clearData(uigraph.selectedNodes);
|
||||
uigraph.clearSelectedNodesData();
|
||||
dataDeleted();
|
||||
}
|
||||
onClosed: destroy()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue