mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 00:38:41 +02:00
[ui] Graph: Updating the way how color gets set on the selected nodes
Coloring the nodes now uses setAttribute command instead of relying on refrences to Nodes within the graph.
This commit is contained in:
parent
418bd638ad
commit
233bbb76c8
4 changed files with 11 additions and 65 deletions
|
@ -1065,7 +1065,7 @@ Item {
|
|||
|
||||
// When a Color is selected
|
||||
onColorSelected: (color)=> {
|
||||
uigraph.updateNodeColor(color)
|
||||
uigraph.setSelectedNodesColor(color)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue