[vlc-commits] [Git][videolan/vlc][master] qml: lock control visibility when playqueue is visible

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Sun Feb 23 18:05:50 UTC 2025



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


Commits:
f94287a9 by Pierre Lamot at 2025-02-23T17:43:22+00:00
qml: lock control visibility when playqueue is visible

fix #29034

- - - - -


1 changed file:

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


Changes:

=====================================
modules/gui/qt/player/qml/Player.qml
=====================================
@@ -141,6 +141,8 @@ FocusScope {
 
     PlayerPlaylistVisibilityFSM {
         id: playlistVisibility
+
+        onIsPlaylistVisibleChanged: lockUnlockAutoHide(isPlaylistVisible)
     }
 
     Connections {



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

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f94287a900c638ca8a150568ceb8fe60d4dfe7c6
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