mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
ngraph: use Canvas.Threaded to avoid degradation over time. Fixes #1724
This commit is contained in:
+1
-1
@@ -179,7 +179,7 @@ Item {
|
||||
Canvas {
|
||||
id: canvas
|
||||
anchors.fill: parent
|
||||
renderStrategy: Canvas.Cooperative
|
||||
renderStrategy: Canvas.Threaded
|
||||
|
||||
onPaint: {
|
||||
var ctx = getContext("2d");
|
||||
|
||||
Reference in New Issue
Block a user