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:
parent
cf1565a16a
commit
4f453d6b92
|
@ -953,7 +953,6 @@ void EDA_DRAW_FRAME::FocusOnLocation( const VECTOR2I& aPos )
|
|||
}
|
||||
|
||||
GetCanvas()->GetViewControls()->SetCrossHairCursorPosition( aPos );
|
||||
GetCanvas()->GetViewControls()->ShowCursor( true );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue