[vlc-commits] [Git][videolan/vlc][master] qml: do not let wheel events escape from player's playlist
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Oct 28 14:36:21 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
d97fe975 by Fatih Uzunoglu at 2023-10-28T14:20:56+00:00
qml: do not let wheel events escape from player's playlist
- - - - -
1 changed file:
- modules/gui/qt/player/qml/Player.qml
Changes:
=====================================
modules/gui/qt/player/qml/Player.qml
=====================================
@@ -600,6 +600,8 @@ FocusScope {
useAcrylic: false
focus: true
+ wheelEnabled: true
+
anchors.fill: parent
rightPadding: VLCStyle.applicationHorizontalMargin
topPadding: {
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d97fe9750e8eee3844327f075d9804a09ac5c106
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d97fe9750e8eee3844327f075d9804a09ac5c106
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