From 123a29d126dd1c0e24b0f1ddcfdcd69dc7dd84fb Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Sat, 19 Jan 2013 13:58:54 +0100 Subject: [PATCH] Pcbnew: Fix Bug #1097345 --- pcbnew/moduleframe.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pcbnew/moduleframe.cpp b/pcbnew/moduleframe.cpp index 1d3c68581b..ea03b54154 100644 --- a/pcbnew/moduleframe.cpp +++ b/pcbnew/moduleframe.cpp @@ -113,7 +113,10 @@ BEGIN_EVENT_TABLE( FOOTPRINT_EDIT_FRAME, PCB_BASE_FRAME ) EVT_MENU_RANGE( ID_POPUP_GENERAL_START_RANGE, ID_POPUP_GENERAL_END_RANGE, FOOTPRINT_EDIT_FRAME::Process_Special_Functions ) - EVT_MENU( ID_POPUP_MODEDIT_EDIT_BODY_ITEM, FOOTPRINT_EDIT_FRAME::Process_Special_Functions ) + EVT_MENU( ID_POPUP_MODEDIT_EDIT_BODY_ITEM, + FOOTPRINT_EDIT_FRAME::Process_Special_Functions ) + EVT_MENU( ID_POPUP_MODEDIT_EDIT_WIDTH_CURRENT_EDGE, + FOOTPRINT_EDIT_FRAME::Process_Special_Functions ) EVT_MENU( ID_POPUP_MODEDIT_EDIT_WIDTH_ALL_EDGE, FOOTPRINT_EDIT_FRAME::Process_Special_Functions ) EVT_MENU( ID_POPUP_MODEDIT_EDIT_LAYER_CURRENT_EDGE,