Coverity fixes.

This commit is contained in:
Jeff Young 2021-11-26 18:14:13 +00:00
parent 6f0a4ccdee
commit 698a668af7
1 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,10 @@ SCH_BUS_ENTRY_BASE::SCH_BUS_ENTRY_BASE( KICAD_T aType, const wxPoint& pos, bool
m_size.y *= -1;
m_isDanglingStart = m_isDanglingEnd = true;
m_lastResolvedWidth = Mils2iu( DEFAULT_WIRE_WIDTH_MILS );
m_lastResolvedLineStyle = PLOT_DASH_TYPE::SOLID;
m_lastResolvedColor = COLOR4D::UNSPECIFIED;
}