Add missing dimension objects to BOARD::Move collector
Fixes import of orthogonal dimensions
This commit is contained in:
parent
45b621a3d1
commit
f74a86b7e1
|
@ -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…
Reference in New Issue