Set block start position when grabbing single items.

This commit is contained in:
Jeff Young 2018-09-07 22:49:12 +01:00
parent 6f0c6f946c
commit 5b602d02ab
1 changed files with 1 additions and 0 deletions

View File

@ -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 );
}