Skip to content

Commit 49ceb6e

Browse files
committed
[ui] Edge: Removed Qt.binding on curveScale
1 parent 3a0d167 commit 49ceb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/ui/qml/GraphEditor/Edge.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Item {
149149
/* The curve scale must be set only once the component has been fully created, so
150150
* that all the events following the update of the curve scale can be taken into
151151
* account. */
152-
curveScale = Qt.binding(() => cubic.ctrlPtDist / root.width) // Normalize by width
152+
curveScale = cubic.ctrlPtDist / root.width // Normalize by width
153153
}
154154
}
155155
}

0 commit comments

Comments
 (0)