diff --git a/pcbnew/eagle_plugin.cpp b/pcbnew/eagle_plugin.cpp index 90f25389e9..f8aae26695 100644 --- a/pcbnew/eagle_plugin.cpp +++ b/pcbnew/eagle_plugin.cpp @@ -1098,6 +1098,10 @@ void EAGLE_PLUGIN::loadElements( wxXmlNode* aElements ) orientModuleAndText( m, e, nameAttr, valueAttr ); + // Set the local coordinates for the footprint text items + m->Reference().SetLocalCoord(); + m->Value().SetLocalCoord(); + // Get next element element = element->GetNext(); }