[vlc-commits] [Git][videolan/vlc][master] qml: fix Service Manage component loading

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Sat Sep 24 07:39:53 UTC 2022



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


More information about the vlc-commits mailing list