From f3d173fe64ad90a62896b67a4f751de4bdcb914a Mon Sep 17 00:00:00 2001 From: Baranovskiy Konstantin Date: Tue, 22 Mar 2016 13:49:38 -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 804bbeaf04..2b0197c406 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: