Implement setting link colours in wxHyperlinkCtrl for GTK+3

Use GtkCssProvider to customize the colours used.

Closes #17089.
This commit is contained in:
Hans Mackowiak
2016-03-07 15:00:07 +01:00
committed by Vadim Zeitlin
parent 1e70c05759
commit d30673e507
3 changed files with 103 additions and 4 deletions

View File

@@ -67,6 +67,10 @@ All (GUI):
- Update Scintilla to v3.6.3 (Paul Kulchenko).
wxGTK:
- Implement setting link colours in wxHyperlinkCtrl for GTK+3 (Hanmac).
wxMSW:
- Fix crash when using wxCHMHelpController() in 64 bit builds (Xlord2).