Applied #11005: use purple instead of black as default wxHyperlinkCtrl::m_visitedColour
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -79,6 +79,7 @@ bool wxGenericHyperlinkCtrl::Create(wxWindow *parent, wxWindowID id,
|
|||||||
// colours
|
// colours
|
||||||
m_normalColour = *wxBLUE;
|
m_normalColour = *wxBLUE;
|
||||||
m_hoverColour = *wxRED;
|
m_hoverColour = *wxRED;
|
||||||
|
m_visitedColour = wxColour("#551a8b");
|
||||||
SetForegroundColour(m_normalColour);
|
SetForegroundColour(m_normalColour);
|
||||||
|
|
||||||
// by default the font of an hyperlink control is underlined
|
// by default the font of an hyperlink control is underlined
|
||||||
|
Reference in New Issue
Block a user