Properly initialize fonttype for older Altium files
This commit is contained in:
parent
81a1e9e83e
commit
0d2c4c91fd
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue