Pcbnew: fix bug: deleting a cutout in a zone was not undoable.

This commit is contained in:
jean-pierre charras 2012-08-31 17:59:14 +02:00
parent 92b43c7407
commit e6dd5128fa
1 changed files with 1 additions and 0 deletions

View File

@ -934,6 +934,7 @@ void PCB_EDIT_FRAME::Delete_Zone_Contour( wxDC* DC, ZONE_CONTAINER* aZone )
else
{
SaveCopyInUndoList( aZone, UR_CHANGED );
aZone->m_Poly->RemoveContour( ncont );
}