Point Editor: do not modify cursor snap settings

This commit is contained in:
Maciej Suminski 2018-02-02 09:16:05 +01:00
parent d00fafe2ab
commit b497673b89
1 changed files with 0 additions and 2 deletions

View File

@ -679,12 +679,10 @@ void POINT_EDITOR::setEditedPoint( EDIT_POINT* aPoint )
{ {
controls->ForceCursorPosition( true, aPoint->GetPosition() ); controls->ForceCursorPosition( true, aPoint->GetPosition() );
controls->ShowCursor( true ); controls->ShowCursor( true );
controls->SetSnapping( true );
} }
else else
{ {
controls->ShowCursor( false ); controls->ShowCursor( false );
controls->SetSnapping( false );
controls->ForceCursorPosition( false ); controls->ForceCursorPosition( false );
} }