Remove an excessive VIEW::Update() call

This commit is contained in:
Maciej Suminski 2017-07-31 10:39:34 +02:00
parent e10f0c729b
commit 9e385872a0
1 changed files with 0 additions and 1 deletions

View File

@ -481,7 +481,6 @@ int EDIT_TOOL::Main( const TOOL_EVENT& aEvent )
{
// Update dragging offset (distance between cursor and the first dragged item)
m_offset = static_cast<BOARD_ITEM*>( selection.Front() )->GetPosition() - modPoint;
getView()->Update( &selection );
updateRatsnest( true );
}
}