Fixed the missing remove zone corner menu entry.

This commit is contained in:
Henrik Nyberg 2015-08-15 15:28:48 +02:00 committed by Maciej Suminski
parent 37742627b4
commit 5486104e8d
1 changed files with 1 additions and 1 deletions

View File

@ -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() )
{