Bug 30820

Summary: [Qt] CursorQt.cpp is not setting a hotspot for cursors loaded from image files
Product: WebKit Reporter: Holger Freyther <zecke>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Qt
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Use QCursor(QPixmap, int, int) to set the hotspot eric: review+

Description Holger Freyther 2009-10-27 06:38:43 PDT
CursorQt.cpp is loading images for cursor types not supported by Qt. It does not set a hotspot though. This was pointed out on irc.
Comment 1 Holger Freyther 2009-10-27 06:39:54 PDT
Created attachment 41947 [details]
Use QCursor(QPixmap, int, int) to set the hotspot

Set the hotspot, the data was copied from mac/win.
Comment 2 Eric Seidel (no email) 2009-10-27 11:45:32 PDT
Comment on attachment 41947 [details]
Use QCursor(QPixmap, int, int) to set the hotspot

OK.  I'll trust you here.  They look sane.
Comment 3 Holger Freyther 2009-10-28 03:36:23 PDT
Thanks, landed in r50206.