mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[ui] UIGraph: rename 'addNode' to 'addNewNode' to match core.graph API
This commit is contained in:
parent
450f800fef
commit
2e4d9b85e6
2 changed files with 3 additions and 3 deletions
|
@ -86,7 +86,7 @@ Item {
|
|||
function createNode(nodeType)
|
||||
{
|
||||
// add node via the proper command in uigraph
|
||||
uigraph.addNode(nodeType)
|
||||
uigraph.addNewNode(nodeType)
|
||||
// retrieve node delegate (the last one created in the node repeater)
|
||||
var item = nodeRepeater.itemAt(nodeRepeater.count-1)
|
||||
// convert mouse position
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue