[vlc-commits] [Git][videolan/vlc][master] qml: hide hover areas if fading edge is not enabled in `FadingEdgeForListView.qml`
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sun Mar 16 11:50:46 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
8e2b2ac6 by Fatih Uzunoglu at 2025-03-16T11:37:27+00:00
qml: hide hover areas if fading edge is not enabled in `FadingEdgeForListView.qml`
- - - - -
1 changed file:
- modules/gui/qt/widgets/qml/FadingEdgeForListView.qml
Changes:
=====================================
modules/gui/qt/widgets/qml/FadingEdgeForListView.qml
=====================================
@@ -88,6 +88,8 @@ FadingEdge {
z: 99
parent: root.listView
+ visible: root.enableBeginningFade
+
anchors {
top: parent.top
left: parent.left
@@ -115,6 +117,8 @@ FadingEdge {
z: 99
parent: root.listView
+ visible: root.enableEndFade
+
anchors {
bottom: parent.bottom
right: parent.right
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8e2b2ac60a0a5a5653e780034ca34683492b72d3
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8e2b2ac60a0a5a5653e780034ca34683492b72d3
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