Browse Source

Via needs a parent for formatting.

revert-0c36e162
Jeff Young 9 months ago
parent
commit
d4cc91f17a
  1. 2
      pcbnew/kicad_clipboard.cpp

2
pcbnew/kicad_clipboard.cpp

@ -417,7 +417,7 @@ void CLIPBOARD_IO::SaveSelection( const PCB_SELECTION& aSelected, bool isFootpri
}
copy->SetLocked( false );
copy->SetParent( nullptr );
copy->SetParent( m_board );
copy->SetParentGroup( nullptr );
// locate the reference point at (0, 0) in the copied items

Loading…
Cancel
Save