Skip to content
Commit 7d6bdd00 authored by David Edmundson's avatar David Edmundson
Browse files

Introduce concept of hoveredIndex

Rather than abusing the currentIndex for tracking hover introduce a new
row property. This brings it more in line with the QItemView on widgets.

This fixes an issue where keyboard navigation would be relative to the
mouse, not the last keyboard selected index.

This does mean we have to update the current index explicitly when a
click action occurs.

BUG: 436166
parent 37a338b8
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