Override HasTransparentBackground() in wxHyperlinkCtrl to return true.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 16 Jan 2011 23:24:21 +0000 (23:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 16 Jan 2011 23:24:21 +0000 (23:24 +0000)
commit3f234d7a643066c18b859fc5b2284cc469dcb4fe
treefc3b1deb84dee263b940197d889afe4100904738
parent62441159cc081536cc43b1a29fefb60ec5c4c0ae
Override HasTransparentBackground() in wxHyperlinkCtrl to return true.

At least in wxMSW the control must override HasTransparentBackground() to
return true if it really wants its background to be transparent, so do it in
wxHyperlinkCtrlBase to fix the background appearance when using the generic
implementation in wxMSW.

See #12271.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/hyperlink.h