Fix typo in a comment in Qt font code
See https://github.com/wxWidgets/wxWidgets/pull/1113
This commit is contained in:
@@ -498,7 +498,7 @@ void wxNativeFontInfo::SetStrikethrough(bool strikethrough)
|
||||
bool wxNativeFontInfo::SetFaceName(const wxString& facename)
|
||||
{
|
||||
m_qtFont.setFamily(wxQtConvertString(facename));
|
||||
// qt uses a "font matching algoritm" so the font will be allways valid
|
||||
// Qt uses a "font matching algorithm" so the font will be always valid
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user