Do not relaunch the move tool when it is active
Fixes: lp:1678575 * https://bugs.launchpad.net/kicad/+bug/1678575
This commit is contained in:
parent
9e6956c9ac
commit
f36350cb88
|
@ -382,6 +382,9 @@ int EDIT_TOOL::Main( const TOOL_EVENT& aEvent )
|
|||
|
||||
bool unselect = selection.IsHover();
|
||||
|
||||
if( m_dragging )
|
||||
return 0;
|
||||
|
||||
Activate();
|
||||
|
||||
m_dragging = false; // Are selected items being dragged?
|
||||
|
|
Loading…
Reference in New Issue