mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-19 08:31:48 +00:00
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 )
|
||||
{
|
||||
fonttype = ALTIUM_TEXT_TYPE::STROKE;
|
||||
aReader.SkipSubrecord();
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user