[vlc-commits] [Git][videolan/vlc][master] qml: evaluate player control size for auto hiding after the control is loaded

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu Jun 13 08:48:57 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
f692cd04 by Fatih Uzunoglu at 2024-06-13T08:05:41+00:00
qml: evaluate player control size for auto hiding after the control is loaded

- - - - -


1 changed file:

- modules/gui/qt/player/qml/ControlRepeater.qml


Changes:

=====================================
modules/gui/qt/player/qml/ControlRepeater.qml
=====================================
@@ -65,6 +65,7 @@ Repeater {
 
         Binding on visible {
             delayed: true // this is important
+            when: (loader.status === Loader.Ready)
             value: (loader.x + loader.Layout.minimumWidth <= repeater.availableWidth)
         }
 



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f692cd04c6090547312cc8bd1522505b72ee25ef
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