aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/cursorChange
Commit message (Collapse)AuthorAgeFilesLines
* Update the cursor when the window is enteredAndy Shaw2019-02-251-0/+79
When a window is entered, due to another window being hidden, then it is possible that the item under the mouse has a different cursor than the one previously set for that window. Since there will not be a mouse move at this point yet, then we should update the cursor right away. Change-Id: I2ef3c72617ae5c995a4daf7daef1ba3311fdcc12 Fixes: QTBUG-41045 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>