Skip to content

ProgressBar: Fix rendering of visual position when `from` is non-zero

ivan tkachenko requested to merge work/ratijas/non-zero-progress into master

Try it with this code:

ProgressBar {
    from: 0.2
    to: 0.7
    value: 0.35
}

Merge request reports