diff --git a/eeschema/tools/ee_point_editor.cpp b/eeschema/tools/ee_point_editor.cpp index 8a30eedf51..7a5d8531cf 100644 --- a/eeschema/tools/ee_point_editor.cpp +++ b/eeschema/tools/ee_point_editor.cpp @@ -338,7 +338,7 @@ int EE_POINT_EDITOR::Main( const TOOL_EVENT& aEvent ) else if( evt->IsCancelInteractive() ) break; - if( evt->IsActivate() && !evt->IsMoveTool() ) + if( evt->IsActivate() ) break; }