mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Exit point editor after an <esc> while dragging.
Fixes: lp:1836652 * https://bugs.launchpad.net/kicad/+bug/1836652
This commit is contained in:
parent
e816a0c29d
commit
3069fd5974
@ -335,6 +335,7 @@ int EE_POINT_EDITOR::Main( const TOOL_EVENT& aEvent )
|
||||
rollbackFromUndo();
|
||||
inDrag = false;
|
||||
modified = false;
|
||||
break;
|
||||
}
|
||||
else if( evt->IsCancelInteractive() )
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user