[vlc-commits] [Git][videolan/vlc][master] qml: fix click not working in some parts in GridItem
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Sun Jun 12 07:52:35 UTC 2022
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
b2b040a2 by Prince Gupta at 2022-06-12T07:16:58+00:00
qml: fix click not working in some parts in GridItem
don't let subtitle steal the mouse in GridItem
- - - - -
1 changed file:
- modules/gui/qt/widgets/qml/GridItem.qml
Changes:
=====================================
modules/gui/qt/widgets/qml/GridItem.qml
=====================================
@@ -312,6 +312,7 @@ T.Control {
anchors.fill: parent
hoverEnabled: true
+ acceptedButtons: Qt.NoButton
}
}
}
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b2b040a2fd66d57c4bd18b8b877cc41782c0f789
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b2b040a2fd66d57c4bd18b8b877cc41782c0f789
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