Add link to wxWidgets bug report.

This commit is contained in:
Jeff Young 2021-06-25 10:09:18 +01:00
parent 964cbb95d3
commit cbe7f9057b
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ SCINTILLA_TRICKS::SCINTILLA_TRICKS( wxStyledTextCtrl* aScintilla, const wxString
#ifdef __WXMAC__
// I think wxFONTFAMILY_TELETYPE worked on wxWidgets 3.0, but it doesn't on 3.1. Set a
// monospaced font by hand.
// monospaced font by hand. (https://trac.wxwidgets.org/ticket/19210)
fixedFont.SetFaceName( "Menlo" );
#endif