From 5b602d02ab2ba1965d43579b566511d70393a2e0 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Fri, 7 Sep 2018 22:49:12 +0100 Subject: [PATCH] Set block start position when grabbing single items. --- eeschema/schedit.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/eeschema/schedit.cpp b/eeschema/schedit.cpp index 86e9cebc96..7a147ec343 100644 --- a/eeschema/schedit.cpp +++ b/eeschema/schedit.cpp @@ -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 ); }