PCB: Immediate mode copy should deselect if hover selecting
This commit is contained in:
parent
774f3f9794
commit
b8352b07c5
|
@ -2541,6 +2541,9 @@ int EDIT_TOOL::copyToClipboard( const TOOL_EVENT& aEvent )
|
||||||
|
|
||||||
frame()->PopTool( selectReferencePoint );
|
frame()->PopTool( selectReferencePoint );
|
||||||
|
|
||||||
|
if( selection.IsHover() )
|
||||||
|
m_selectionTool->ClearSelection();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue