perf(shapes): enable async rendering for all CurveRenderer shapes

This commit is contained in:
Lemmy
2026-03-10 09:31:20 -04:00
parent 87c072e2cf
commit e8ee0548cb
4 changed files with 7 additions and 0 deletions
+1
View File
@@ -95,6 +95,7 @@ Slider {
height: bgContainer.height
visible: root.trackWidth > 0 && bgContainer.height > 0
preferredRendererType: Shape.CurveRenderer
asynchronous: true
ShapePath {
id: trackPath