RESOLVED FIXED 30820
[Qt] CursorQt.cpp is not setting a hotspot for cursors loaded from image files
https://bugs.webkit.org/show_bug.cgi?id=30820
Summary [Qt] CursorQt.cpp is not setting a hotspot for cursors loaded from image files
Holger Freyther
Reported 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.
Attachments
Use QCursor(QPixmap, int, int) to set the hotspot (3.34 KB, patch)
2009-10-27 06:39 PDT, Holger Freyther
eric: review+
Holger Freyther
Comment 1 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.
Eric Seidel (no email)
Comment 2 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.
Holger Freyther
Comment 3 2009-10-28 03:36:23 PDT
Thanks, landed in r50206.
Note You need to log in before you can comment on or make changes to this bug.