mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 00:38:41 +02:00
[ui] Edge: Removed Qt.binding on curveScale
This commit is contained in:
parent
3a0d167bce
commit
49ceb6e78c
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ Item {
|
|||
/* The curve scale must be set only once the component has been fully created, so
|
||||
* that all the events following the update of the curve scale can be taken into
|
||||
* account. */
|
||||
curveScale = Qt.binding(() => cubic.ctrlPtDist / root.width) // Normalize by width
|
||||
curveScale = cubic.ctrlPtDist / root.width // Normalize by width
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue