Skip to content
Snippets Groups Projects
Commit bddff970 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Steve Lhomme
Browse files

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
parent ec76e1cd
No related branches found
No related tags found
1 merge request!5395qml: fix wheel scrolling in views with ExpandGridView subview
Pipeline #471223 passed with warnings with stage
in 18 minutes and 15 seconds
......@@ -725,7 +725,7 @@ FocusScope {
Flickable {
id: flickable
flickableDirection: Flickable.VerticalFlick
flickableDirection: Flickable.AutoFlickIfNeeded
boundsBehavior: Flickable.StopAtBounds
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment