Add missing dimension objects to BOARD::Move collector

Fixes import of orthogonal dimensions
This commit is contained in:
Roberto Fernandez Bautista 2020-12-24 01:15:53 +00:00 committed by Wayne Stambaugh
parent 45b621a3d1
commit f74a86b7e1
1 changed files with 2 additions and 0 deletions

View File

@ -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,