[vlc-commits] [Git][videolan/vlc][master] qml: fix missing argument in smallscreen overlay's wheel handler

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Jan 10 14:58:58 UTC 2025



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
3b56d2ab by Pierre Lamot at 2025-01-10T14:21:06+00:00
qml: fix missing argument in smallscreen overlay's wheel handler

- - - - -


1 changed file:

- modules/gui/qt/maininterface/qml/MainDisplay.qml


Changes:

=====================================
modules/gui/qt/maininterface/qml/MainDisplay.qml
=====================================
@@ -295,7 +295,7 @@ FocusScope {
                         }
 
                         // Capture WheelEvents before they reach stackView
-                        onWheel: {
+                        onWheel: (wheel) => {
                             wheel.accepted = true
                         }
                     }



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3b56d2ab67f66374ac547d76e1418a6aa20882ed

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3b56d2ab67f66374ac547d76e1418a6aa20882ed
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list