Properly initialize fonttype for older Altium files

This commit is contained in:
Seth Hillbrand 2024-06-17 11:19:36 -07:00
parent 81a1e9e83e
commit 0d2c4c91fd
1 changed files with 1 additions and 0 deletions

View File

@ -1019,6 +1019,7 @@ ATEXT6::ATEXT6( ALTIUM_BINARY_PARSER& aReader, std::map<uint32_t, wxString>& aSt
if( subrecord1 < 123 ) if( subrecord1 < 123 )
{ {
fonttype = ALTIUM_TEXT_TYPE::STROKE;
aReader.SkipSubrecord(); aReader.SkipSubrecord();
return; return;
} }