[vlc-commits] [Git][videolan/vlc][master] qml/TopBar: Fix the resume background

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sat Jun 17 15:52:53 UTC 2023



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
07fe2aba by Benjamin Arnaud at 2023-06-17T15:10:08+00:00
qml/TopBar: Fix the resume background

This patch ensures that the TopBar background is visible when the ResumeDialog is active.

- - - - -


1 changed file:

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


Changes:

=====================================
modules/gui/qt/player/qml/TopBar.qml
=====================================
@@ -173,10 +173,12 @@ FocusScope{
                 left = undefined
             }
 
-            right = playlistGroup
-
             if (_showTopBar)
-                offset += _layoutLine(left, right, offset)
+                right = playlistGroup
+            else
+                right = undefined
+
+            offset += _layoutLine(left, right, offset)
         }
 
         implicitHeight = offset



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

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