Applied #11005: use purple instead of black as default wxHyperlinkCtrl::m_visitedColour

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@62092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2009-09-24 16:46:50 +00:00
parent f0838ffc1e
commit 0b02609ffe

View File

@@ -108,6 +108,7 @@ bool wxHyperlinkCtrl::Create(wxWindow *parent, wxWindowID id,
// colours
m_normalColour = *wxBLUE;
m_hoverColour = *wxRED;
m_visitedColour = wxColour(wxT("#551a8b"));
SetForegroundColour(m_normalColour);
// by default the font of an hyperlink control is underlined