Fixed the missing remove zone corner menu entry.
This commit is contained in:
parent
37742627b4
commit
5486104e8d
|
@ -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() )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue