We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0d167 commit 49ceb6eCopy full SHA for 49ceb6e
meshroom/ui/qml/GraphEditor/Edge.qml
@@ -149,7 +149,7 @@ Item {
149
/* The curve scale must be set only once the component has been fully created, so
150
* that all the events following the update of the curve scale can be taken into
151
* account. */
152
- curveScale = Qt.binding(() => cubic.ctrlPtDist / root.width) // Normalize by width
+ curveScale = cubic.ctrlPtDist / root.width // Normalize by width
153
}
154
155
0 commit comments