From 5486104e8dc607aea501964047105286ad0e94e2 Mon Sep 17 00:00:00 2001 From: Henrik Nyberg Date: Sat, 15 Aug 2015 15:28:48 +0200 Subject: [PATCH] Fixed the missing remove zone corner menu entry. --- pcbnew/tools/point_editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/tools/point_editor.cpp b/pcbnew/tools/point_editor.cpp index 049e5f585f..bb1bf3968a 100644 --- a/pcbnew/tools/point_editor.cpp +++ b/pcbnew/tools/point_editor.cpp @@ -221,7 +221,7 @@ bool POINT_EDITOR::Init() void POINT_EDITOR::updateEditedPoint( const TOOL_EVENT& aEvent ) { - EDIT_POINT* point = NULL; + EDIT_POINT* point = m_editedPoint; if( aEvent.IsMotion() ) {