Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
bc9b62b7 by Prince Gupta at 2022-09-24T07:21:03+00:00
qml: fix Service Manage component loading

for some (unknown) reason setting Flickable.boundsMovement will
load content of some views out of bounds (like ServiceHome Manage component)

Fix: just don't set this setting, doesn't seem to have any effect on
scrolling (for which it was set)

- - - - -


1 changed file:

- modules/gui/qt/util/qml/FlickableScrollHandler.qml


Changes:

=====================================
modules/gui/qt/util/qml/FlickableScrollHandler.qml
=====================================
@@ -50,7 +50,6 @@ VLC.FlickableScrollHandler {
 
         model: ListModel {
             ListElement {property: "boundsBehavior"; value: 0 /* 
Flickable.StopAtBounds */}
-            ListElement {property: "boundsMovement"; value: 0 /* 
Flickable.StopAtBounds */}
         }
     }
 }



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

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


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to