From c25bb73116c0d902b76aa5363cabb94bc0163271 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 24 Sep 2009 16:46:41 +0000 Subject: [PATCH] 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 --- src/generic/hyperlinkg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/generic/hyperlinkg.cpp b/src/generic/hyperlinkg.cpp index 4e81ddad9f..791b15b357 100644 --- a/src/generic/hyperlinkg.cpp +++ b/src/generic/hyperlinkg.cpp @@ -79,6 +79,7 @@ bool wxGenericHyperlinkCtrl::Create(wxWindow *parent, wxWindowID id, // colours m_normalColour = *wxBLUE; m_hoverColour = *wxRED; + m_visitedColour = wxColour("#551a8b"); SetForegroundColour(m_normalColour); // by default the font of an hyperlink control is underlined -- 2.45.2