[vlc-commits] [Git][videolan/vlc][master] qml: don't let navigation mouse area change the cursor shape
Hugo Beauzée-Luyssen (@chouquette)
gitlab at videolan.org
Mon Feb 14 15:09:56 UTC 2022
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
804e8522 by Prince Gupta at 2022-02-14T14:55:51+00:00
qml: don't let navigation mouse area change the cursor shape
fixes horizontal resize handle not changing the cursor shape
- - - - -
1 changed file:
- modules/gui/qt/maininterface/qml/MainInterface.qml
Changes:
=====================================
modules/gui/qt/maininterface/qml/MainInterface.qml
=====================================
@@ -183,6 +183,7 @@ Rectangle {
/// handles mouse navigation buttons
anchors.fill: parent
acceptedButtons: Qt.BackButton
+ cursorShape: undefined
onClicked: History.previous()
}
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/804e8522b748b8796d4b247ba5df4a304aacce65
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/804e8522b748b8796d4b247ba5df4a304aacce65
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