kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #23824
Pcbnew: Zone tool disabled after deleting a corner.
When selected zone tool and deleting the corner of a zone - tool resets to
pointer.
Attached patch allows for zone tool be active after deleting corner.
Regards, Konstantin.
=== modified file 'pcbnew/edit.cpp'
--- pcbnew/edit.cpp 2016-03-07 07:13:06 +0000
+++ pcbnew/edit.cpp 2016-03-18 14:20:08 +0000
@@ -111,6 +111,7 @@
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:
Follow ups