Browse Source

Make sure marker pos gets set in constructor.

pull/16/head
Jeff Young 6 years ago
parent
commit
ed3ec0aa10
  1. 2
      pcbnew/class_marker_pcb.cpp

2
pcbnew/class_marker_pcb.cpp

@ -50,6 +50,8 @@ MARKER_PCB::MARKER_PCB( DRC_ITEM* aItem, const wxPoint& aPosition ) :
{
if( m_rcItem )
m_rcItem->SetParent( this );
m_Pos = aPosition;
}

Loading…
Cancel
Save