PCB_POINT_EDITOR: fix missing init of PAD pos0 after changing

(From Master branch)
This commit is contained in:
jean-pierre charras 2022-01-22 10:43:23 +01:00
parent e0b835fe20
commit 60ae18893e
1 changed files with 1 additions and 0 deletions

View File

@ -1279,6 +1279,7 @@ void PCB_POINT_EDITOR::updateItem() const
pad->SetSize( padSize );
pad->SetPosition( wxPoint( ( left + right ) / 2, ( top + bottom ) / 2 ) );
pad->SetLocalCoord();
}
}
break;