Fix second case of font name mismatch.
This commit is contained in:
parent
263513b8cf
commit
c5eb77d765
|
@ -99,7 +99,7 @@ bool FONT::IsStroke( const wxString& aFontName )
|
||||||
|
|
||||||
return font && font->IsStroke();
|
return font && font->IsStroke();
|
||||||
#else
|
#else
|
||||||
return aFontName == _( "Default Font" ) || aFontName == wxT( "KiCad" );
|
return aFontName == _( "Default Font" ) || aFontName == wxT( "KiCad Font" );
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue