Browse Source

Add missing dimension objects to BOARD::Move collector

Fixes import of orthogonal dimensions
6.0.7
Roberto Fernandez Bautista 5 years ago
committed by Wayne Stambaugh
parent
commit
f74a86b7e1
  1. 2
      pcbnew/board.cpp

2
pcbnew/board.cpp

@ -246,6 +246,8 @@ void BOARD::Move( const wxPoint& aMoveVector ) // overload
PCB_TEXT_T,
PCB_SHAPE_T,
PCB_DIM_ALIGNED_T,
PCB_DIM_ORTHOGONAL_T,
PCB_DIM_CENTER_T,
PCB_DIM_LEADER_T,
PCB_TARGET_T,
PCB_VIA_T,

Loading…
Cancel
Save