Fix field greater than 2 legacy footprint library file parser bug. (fixes lp:1375419)
This commit is contained in:
parent
21ca86573f
commit
7c747c1a44
|
@ -1233,8 +1233,8 @@ void LEGACY_PLUGIN::loadMODULE( MODULE* aModule )
|
|||
textm = &aModule->Value();
|
||||
break;
|
||||
|
||||
case TEXTE_MODULE::TEXT_is_DIVERS:
|
||||
// text is a drawing
|
||||
// All other fields greater than 1.
|
||||
default:
|
||||
textm = new TEXTE_MODULE( aModule );
|
||||
aModule->GraphicalItems().PushBack( textm );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue