Skip to content
Commit 21abddc5 authored by Jack Hill's avatar Jack Hill
Browse files

Fix crash when flicking mouse over rating star

Previously the app would crash when flicking the mouse over a rating star.

It was something to do with setting the star icon's layer.enabled when entering/leaving
the hover area. Not sure what the root cause was, maybe setting it a lot
of times in a short period of time.

Now we just use one mouse area for the control and calculate the hovered
rating from the location of the mouse with respect to the width of the control.


(cherry picked from commit 0ae8e28d)
parent b5415405
Pipeline #595336 skipped
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment