Skip to content

qml: reset stop animation in PlayButton when the cursor goes outside

Press and hold action is not triggered once the cursor goes outside (bounding rectangle of the mouse area), so the stop animation should not continue once the cursor goes outside the circle.

Additionally, check for cursorInside in press and hold handler, so that if the cursor goes outside the circle but remains in the bounding rectangle of mouse area stop action is not triggered.

Merge request reports