1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-05 15:57:35 +00:00
serenity/Userland/Applets/Audio
kleines Filmröllchen 619c924042 AudioWidget: Proper volume changes when scrolling on the widget
Because setting the slider's value in the mousewheel handler will cause
the volume logarithm logic and the volume setting to happen anyways, we
don't need to do it in the mousewheel handler again. By just moving the
slider up and down with the scroll wheel, we mimic normal SliderWidget
behavior that doesn't exhibit the multiple previous bugs.
2021-08-04 11:36:36 +02:00
..
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
main.cpp AudioWidget: Proper volume changes when scrolling on the widget 2021-08-04 11:36:36 +02:00