Skip to content

qml: prevent stealing from the mouse area in SliderBar for Qt 6

Fatih Uzunoğlu requested to merge fuzun/vlc:qml/sliderbarstealing into master

In Qt 6, it seems that the mouse events are consumed by the Slider instead of the mouse area. Ideally, there should not be a mouse area here, but that is a different topic.

The FSM does not seem to work properly, or there is another issue there. That should also be looked for.

Merge request reports