7
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:
Seth Hillbrand 2024-06-17 11:19:36 -07:00
parent 81a1e9e83e
commit 0d2c4c91fd

View File

@ -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;
}