https://bugs.kde.org/show_bug.cgi?id=455339
--- Comment #12 from Nate Graham <n...@kde.org> --- Git commit b3d081d14a6da1e18ac220867eb7961b8a017837 by Nate Graham, on behalf of Bart De Vries. Committed on 22/06/2022 at 23:32. Pushed by ngraham into branch 'release/22.04'. Rescale internal Slider values to avoid integer overflow The original implementation used the raw duration and position as reported by qmultimedia, which are in milliseconds. This, combined with the actual Slider implementation in qqc2-desktop-style caused value/duration to overflow at about 3 minutes and 30 seconds. The adapted implementation uses seconds for the internal Slider values. (cherry picked from commit 98227f05186d80124d9375f125057af0585267f8) M +8 -8 src/qml/DurationSlider.qml https://invent.kde.org/multimedia/elisa/commit/b3d081d14a6da1e18ac220867eb7961b8a017837 -- You are receiving this mail because: You are watching all bug changes.