[vlc-commits] [Git][videolan/vlc][master] qml: fix wheel scrolling in views with ExpandGridView subview
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat May 18 07:09:18 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
bddff970 by Prince Gupta at 2024-05-18T06:50:57+00:00
qml: fix wheel scrolling in views with ExpandGridView subview
fixes wheel scrolling in Video view and Browse view
disable interaction in ExpandView if content fits
this allows correct handling of wheel scrolling by the main view
- - - - -
1 changed file:
- modules/gui/qt/widgets/qml/ExpandGridView.qml
Changes:
=====================================
modules/gui/qt/widgets/qml/ExpandGridView.qml
=====================================
@@ -725,7 +725,7 @@ FocusScope {
Flickable {
id: flickable
- flickableDirection: Flickable.VerticalFlick
+ flickableDirection: Flickable.AutoFlickIfNeeded
boundsBehavior: Flickable.StopAtBounds
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/bddff970b71b1cd4e3b6b4adc353a19c167a05e5
--
This project does not include diff previews in email notifications.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/bddff970b71b1cd4e3b6b4adc353a19c167a05e5
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