Set block start position when grabbing single items.
This commit is contained in:
parent
6f0c6f946c
commit
5b602d02ab
|
@ -1173,6 +1173,7 @@ void SCH_EDIT_FRAME::OnDragItem( wxCommandEvent& aEvent )
|
|||
|
||||
// Give a non null size to the search block:
|
||||
screen->m_BlockLocate.Inflate( 1 );
|
||||
screen->m_BlockLocate.SetLastCursorPosition( GetCrossHairPosition() );
|
||||
HandleBlockEnd( nullptr );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue