Skip to content

containments/desktop: properly map position to find the mouseover item

Marco Martin requested to merge work/mart/fixIconHover into master

GridView.itemAt() is documented to accept coordinated in contentItem coordinates. passing coordinates in view coordinates will cause items to not be found if contentItem position is not 0,0

With right align, the contentItem is aligned to the right edge of the view and items are positioned from there at negative x coordinates.

BUG:497498

Merge request reports

Loading