https://bugs.kde.org/show_bug.cgi?id=455339
--- Comment #11 from Nate Graham <n...@kde.org> --- Git commit 98227f05186d80124d9375f125057af0585267f8 by Nate Graham, on behalf of Bart De Vries. Committed on 22/06/2022 at 23:22. Pushed by ngraham into branch 'master'. 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. M +8 -8 src/qml/DurationSlider.qml https://invent.kde.org/multimedia/elisa/commit/98227f05186d80124d9375f125057af0585267f8 -- You are receiving this mail because: You are watching all bug changes.