PCB_POINT_EDITOR: fix missing init of PAD pos0 after changing
(From Master branch)
This commit is contained in:
parent
e0b835fe20
commit
60ae18893e
|
@ -1279,6 +1279,7 @@ void PCB_POINT_EDITOR::updateItem() const
|
||||||
|
|
||||||
pad->SetSize( padSize );
|
pad->SetSize( padSize );
|
||||||
pad->SetPosition( wxPoint( ( left + right ) / 2, ( top + bottom ) / 2 ) );
|
pad->SetPosition( wxPoint( ( left + right ) / 2, ( top + bottom ) / 2 ) );
|
||||||
|
pad->SetLocalCoord();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue