Set mouse cursor correctly over image map links in wxHTML.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Jul 2013 17:27:14 +0000 (17:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Jul 2013 17:27:14 +0000 (17:27 +0000)
commite24c4e1238c48421fede03b81cfbe6525c31f07a
tree3168141622567ff603387d7ee9232bca42793a9e
parent2767360fa8649c9638ecd7785d7baac7db38d2b3
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
docs/changes.txt
include/wx/html/htmlcell.h
interface/wx/html/htmlcell.h
src/html/htmlcell.cpp
src/html/htmlwin.cpp