Set mouse cursor correctly over image map links in wxHTML.
The cursor didn't change to a link one when the mouse was over link areas in an image map. Fix this by generalizing wxHtmlCell::GetMouseCursor() into GetMouseCursorAt(). Closes #15350. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -563,6 +563,7 @@ Major new features in this release
|
||||
All (GUI):
|
||||
|
||||
- Fix crash in wxHTML on mal-formed <area> elements (LukasK).
|
||||
- Set correct cursor when the mouse is over image map links in wxHTML (LukasK).
|
||||
|
||||
|
||||
2.9.5: (released 2013-07-15)
|
||||
|
Reference in New Issue
Block a user