https://bugs.kde.org/show_bug.cgi?id=392501
Jack Hill <jackhill3...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/mult |https://invent.kde.org/mult |imedia/elisa/-/commit/979a6 |imedia/elisa/-/commit/12163 |ea3754c4b60fb05f26b837147cd |b9d1a0bfad327559d5be09a87da |5ab1264b |a2fef6ed --- Comment #17 from Jack Hill <jackhill3...@gmail.com> --- Git commit 12163b9d1a0bfad327559d5be09a87daa2fef6ed by Jack Hill. Committed on 02/04/2024 at 19:12. Pushed by jackh into branch 'release/24.02'. Fix broken volume slider with Qt Multimedia backend QAudioOutput::setVolume takes a float from 0 to 1. We were calculating the volume correctly but then converted it to an integer from 0 to 100 before passing it to the QAudioOutput. (cherry picked from commit 979a6ea3754c4b60fb05f26b837147cd5ab1264b) M +3 -3 src/audiowrapper_qtmultimedia.cpp https://invent.kde.org/multimedia/elisa/-/commit/12163b9d1a0bfad327559d5be09a87daa2fef6ed -- You are receiving this mail because: You are watching all bug changes.