mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
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 );
|
||||
|
||||
if( selection.IsHover() )
|
||||
m_selectionTool->ClearSelection();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user