[vlc-commits] [Git][videolan/vlc][master] qt: do not set `clip` in PlaylistMediaDisplay
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Jun 7 15:54:16 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
cbe0ab5b by Fatih Uzunoglu at 2024-06-07T15:20:43+00:00
qt: do not set `clip` in PlaylistMediaDisplay
Clipping is not necessary here, and it makes
the frosted glass effect useless.
- - - - -
1 changed file:
- modules/gui/qt/medialibrary/qml/PlaylistMediaDisplay.qml
Changes:
=====================================
modules/gui/qt/medialibrary/qml/PlaylistMediaDisplay.qml
=====================================
@@ -192,8 +192,6 @@ FocusScope {
anchors.fill: parent
- clip: true
-
focus: (model.count !== 0)
model: root.model
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/cbe0ab5b918322b7d5daff9f4e9aaf95bbd2c5bf
--
This project does not include diff previews in email notifications.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/cbe0ab5b918322b7d5daff9f4e9aaf95bbd2c5bf
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