[vlc-commits] [Git][videolan/vlc][master] qml: fix title bar causing hover effect
Rémi Denis-Courmont (@Courmisch)
gitlab at videolan.org
Sat Jan 22 17:58:43 UTC 2022
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC
Commits:
b2d1d2d2 by Prince Gupta at 2022-01-22T14:46:53+00:00
qml: fix title bar causing hover effect
fixes #26274
- - - - -
1 changed file:
- modules/gui/qt/maininterface/qml/BannerSources.qml
Changes:
=====================================
modules/gui/qt/maininterface/qml/BannerSources.qml
=====================================
@@ -80,6 +80,14 @@ FocusScope {
anchors.fill: parent
}
+
+ MouseArea {
+ // don't tranfer mouse to underlying components (#26274)
+ anchors.fill: parent
+ hoverEnabled: true
+ preventStealing: true
+ }
+
Item {
id: pLBannerSources
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b2d1d2d2f5f5d32012115b85b2c6994ee244808a
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b2d1d2d2f5f5d32012115b85b2c6994ee244808a
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list