Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.7.2
-
19654929d (dev), 7c6d5655f (6.8)
Description
QLineSeries only emits the hovered signal if the mouse leaves the hover area before the next hover. This means that only the first hover works correctly. Subsequent hovers do not work unless the mouse leaves the hover area and re-enters it.
To reproduce the issue:
- Run the attached example project.
- Hover over one of the circles.
- Hover over the other circles without leaving the circles or the marked line.
The hover signal is not emitted unless the mouse moves outside the circles.