Also regenerate the value pixmap when the height changes
It could generate a visual glitch if the program plays with the bar's height. Thanks David Edmunson for noticing :) REVIEW: 105966
This commit is contained in:
parent
dbc758db7a
commit
e8ef093ea8
@ -151,6 +151,7 @@ Item {
|
|||||||
|
|
||||||
visible: indeterminate || value > 0
|
visible: indeterminate || value > 0
|
||||||
onWidthChanged: resizeTimer.restart()
|
onWidthChanged: resizeTimer.restart()
|
||||||
|
onHeightChanged: resizeTimer.restart()
|
||||||
|
|
||||||
SequentialAnimation {
|
SequentialAnimation {
|
||||||
id: indeterminateAnimation
|
id: indeterminateAnimation
|
||||||
|
Loading…
Reference in New Issue
Block a user