internal: fix busyindicator & switch
Fix not rendering the internal shapes sometimes
This commit is contained in:
parent
3beaac99f3
commit
71ce357d63
2 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ BusyIndicator {
|
|||
id: shape
|
||||
|
||||
preferredRendererType: Shape.CurveRenderer
|
||||
asynchronous: true
|
||||
|
||||
RotationAnimator on rotation {
|
||||
from: 0
|
||||
|
|
|
|||
|
|
@ -82,6 +82,7 @@ Switch {
|
|||
width: height
|
||||
height: parent.implicitHeight - Appearance.padding.small * 2
|
||||
preferredRendererType: Shape.CurveRenderer
|
||||
asynchronous: true
|
||||
|
||||
ShapePath {
|
||||
strokeWidth: Appearance.font.size.larger * 0.15
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue