Commit e6dd5128 authored by jean-pierre charras's avatar jean-pierre charras

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

parent 92b43c74
......@@ -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 );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment