=== modified file 'pcbnew/tools/point_editor.cpp' --- pcbnew/tools/point_editor.cpp 2015-08-12 08:15:45 +0000 +++ pcbnew/tools/point_editor.cpp 2015-08-13 00:45:06 +0000 @@ -221,7 +221,7 @@ void POINT_EDITOR::updateEditedPoint( const TOOL_EVENT& aEvent ) { - EDIT_POINT* point = NULL; + EDIT_POINT* point = m_editedPoint; if( aEvent.IsMotion() ) {