Commit 7c747c1a authored by Wayne Stambaugh's avatar Wayne Stambaugh

Fix field greater than 2 legacy footprint library file parser bug. (fixes lp:1375419)

parent 21ca8657
......@@ -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 );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment