pcbnew: clear selection reference point when moving footprint by name
Fixes: lp:1722870 * https://bugs.launchpad.net/kicad/+bug/1722870
This commit is contained in:
parent
ac095b6724
commit
22063dc5a5
|
@ -1263,7 +1263,8 @@ void SELECTION_TOOL::clearSelection()
|
|||
|
||||
m_selection.Clear();
|
||||
m_selection.SetIsHover( false );
|
||||
|
||||
m_selection.ClearReferencePoint();
|
||||
|
||||
m_frame->SetCurItem( NULL );
|
||||
m_locked = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue