[vlc-commits] [Git][videolan/vlc][master] qml: set cursorShape in CSDTapHandler
    Jean-Baptiste Kempf (@jbk) 
    gitlab at videolan.org
       
    Thu Jul  6 16:34:36 UTC 2023
    
    
  
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
88229e1e by Prince Gupta at 2023-07-06T16:17:53+00:00
qml: set cursorShape in CSDTapHandler
explicitely set cursor shape here so no other control can interfere, causing confusion (see #28115)
- - - - -
1 changed file:
- modules/gui/qt/widgets/qml/CSDTitlebarTapNDrapHandler.qml
Changes:
=====================================
modules/gui/qt/widgets/qml/CSDTitlebarTapNDrapHandler.qml
=====================================
@@ -49,6 +49,12 @@ Item {
         }
         gesturePolicy: TapHandler.DragThreshold
     }
+
+    HoverHandler {
+        // explicitely set cursor shape here so no other control can interfere, causing confusion (see #28115)
+        cursorShape: Qt.ArrowCursor
+    }
+
     DragHandler {
         target: null
         grabPermissions: TapHandler.CanTakeOverFromAnything
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/88229e1ee33e4dae15bcfd2f23a4604a2a9c8ba6
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/88229e1ee33e4dae15bcfd2f23a4604a2a9c8ba6
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