Point Editor: do not modify cursor snap settings
This commit is contained in:
parent
d00fafe2ab
commit
b497673b89
|
@ -679,12 +679,10 @@ void POINT_EDITOR::setEditedPoint( EDIT_POINT* aPoint )
|
|||
{
|
||||
controls->ForceCursorPosition( true, aPoint->GetPosition() );
|
||||
controls->ShowCursor( true );
|
||||
controls->SetSnapping( true );
|
||||
}
|
||||
else
|
||||
{
|
||||
controls->ShowCursor( false );
|
||||
controls->SetSnapping( false );
|
||||
controls->ForceCursorPosition( false );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue