[vlc-commits] [Git][videolan/vlc][master] 2 commits: Revert "qml: fix new indicator in video views"
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Oct 11 04:35:39 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
8fbacc6d by Fatih Uzunoglu at 2024-10-11T04:06:37+00:00
Revert "qml: fix new indicator in video views"
This reverts commit d35922ebc0d185b6c60325920f41b36507fa560f.
- - - - -
8a6b0262 by Fatih Uzunoglu at 2024-10-11T04:06:37+00:00
qml: add comment regarding raising the content item in GridItem.qml
- - - - -
1 changed file:
- modules/gui/qt/widgets/qml/GridItem.qml
Changes:
=====================================
modules/gui/qt/widgets/qml/GridItem.qml
=====================================
@@ -254,6 +254,13 @@ T.ItemDelegate {
contentItem: ColumnLayout {
id: layout
+ // Raise the content item so that the handlers of the control
+ // do not handle events that are to be handled by the handlers
+ // of the content item. Raising the content item should be
+ // fine because content item is supposed to be the foreground
+ // item.
+ z: 1
+
spacing: 0
Widgets.MediaCover {
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/6210ebe9805100f5ca2b4cd5be61b52a6d1f5955...8a6b026280d5d2794b18e765690f8208aec6187c
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/6210ebe9805100f5ca2b4cd5be61b52a6d1f5955...8a6b026280d5d2794b18e765690f8208aec6187c
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