[vlc-commits] [Git][videolan/vlc][master] qml: prevent stealing from the mouse area in SliderBar

Steve Lhomme (@robUx4) gitlab at videolan.org
Mon Nov 20 04:26:08 UTC 2023



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
bd3c0df4 by Fatih Uzunoglu at 2023-11-20T04:02:28+00:00
qml: prevent stealing from the mouse area in SliderBar

- - - - -


1 changed file:

- modules/gui/qt/player/qml/SliderBar.qml


Changes:

=====================================
modules/gui/qt/player/qml/SliderBar.qml
=====================================
@@ -227,6 +227,8 @@ Slider {
 
             hoverEnabled: true
 
+            preventStealing: true
+
             onPressed: fsm.pressControl(mouse.x / width, mouse.modifiers === Qt.ShiftModifier)
 
             onReleased: fsm.releaseControl(mouse.x / width, mouse.modifiers === Qt.ShiftModifier)



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/bd3c0df4b1ffb120081cebc399af83526fed647a

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/bd3c0df4b1ffb120081cebc399af83526fed647a
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