ngraph: use Canvas.Threaded to avoid degradation over time. Fixes #1724

This commit is contained in:
Lemmy
2026-02-07 19:57:45 -05:00
parent 5ad9cb8584
commit 27dd01f645
+1 -1
View File
@@ -179,7 +179,7 @@ Item {
Canvas {
id: canvas
anchors.fill: parent
renderStrategy: Canvas.Cooperative
renderStrategy: Canvas.Threaded
onPaint: {
var ctx = getContext("2d");