Pcbnew: prevent zone tool from switching to no tool when deleting zone corner.

This commit is contained in:
Baranovskiy Konstantin 2016-03-22 13:47:29 -04:00 committed by Wayne Stambaugh
parent d618585269
commit f3ee0b8252
1 changed files with 1 additions and 0 deletions

View File

@ -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: