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
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to