From f3ee0b82524d25e4abe5e47eec6ca003f6fc98b8 Mon Sep 17 00:00:00 2001 From: Baranovskiy Konstantin Date: Tue, 22 Mar 2016 13:47:29 -0400 Subject: [PATCH] Pcbnew: prevent zone tool from switching to no tool when deleting zone corner. --- pcbnew/edit.cpp | 1 + 1 file changed, 1 insertion(+) 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: