Don't leave point editor running when moving things in eeschema
Fixes https://gitlab.com/kicad/code/kicad/-/issues/7227
This commit is contained in:
parent
09bd66477d
commit
8ad448cbbc
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue