Remove turning the cursor on in FocusOnLocation.

We don't (at present) have any good way to turn it back off.

Fixes https://gitlab.com/kicad/code/kicad/issues/12440
This commit is contained in:
Jeff Young 2022-09-16 16:43:44 +01:00
parent cf1565a16a
commit 4f453d6b92
1 changed files with 0 additions and 1 deletions

View File

@ -953,7 +953,6 @@ void EDA_DRAW_FRAME::FocusOnLocation( const VECTOR2I& aPos )
}
GetCanvas()->GetViewControls()->SetCrossHairCursorPosition( aPos );
GetCanvas()->GetViewControls()->ShowCursor( true );
}