Swicth button shows sometimes a missing pixel column
-
wrote on 28 Jun 2022, 15:18 last edited by
I'm working on switch button example where i have 2 rectangle one is the background and another one is the swicth indicator.
Rectangle {
id: background
.......
color: "#777777"
}Rectangle { id: indicator ........ color: "#ffffff" }
The problem is sometimes when i move the indicator the background rectangle show a missing pixel column.

Any idea how can i solve it ?
-
wrote on 28 Jun 2022, 19:00 last edited by
maybe post a reproducible example?
1/2