diff --git a/pcbnew/edit.cpp b/pcbnew/edit.cpp index 703186bbac..c46974492a 100644 --- a/pcbnew/edit.cpp +++ b/pcbnew/edit.cpp @@ -111,6 +111,7 @@ void PCB_EDIT_FRAME::Process_Special_Functions( wxCommandEvent& event ) case ID_POPUP_PCB_PLACE_ZONE_OUTLINES: case ID_POPUP_PCB_EDIT_ZONE_PARAMS: case ID_POPUP_PCB_DELETE_ZONE: + case ID_POPUP_PCB_DELETE_ZONE_CORNER: case ID_POPUP_PCB_MOVE_ZONE_CORNER: case ID_POPUP_PCB_DRAG_ZONE_OUTLINE_SEGMENT: case ID_POPUP_PCB_PLACE_DRAGGED_ZONE_OUTLINE_SEGMENT: