7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-07 17:25:33 +00:00
Wayne Stambaugh 2025-03-17 14:02:46 -04:00
parent 5094f750df
commit 62cb67d854

View File

@ -3207,6 +3207,7 @@ void SCH_IO_ALTIUM::ParseHarnessEntry( const std::map<wxString, wxString>& aProp
HARNESS::HARNESS_PORT port;
port.m_name = elem.Name;
port.m_harnessConnectorSide = elem.Side;
port.m_primaryConnectionPosition = 0;
VECTOR2I pos = harness.m_location;
VECTOR2I size = harness.m_size;