diff --git a/pcbnew/tools/edit_tool_move_fct.cpp b/pcbnew/tools/edit_tool_move_fct.cpp index 446b77c368..201d83a09a 100644 --- a/pcbnew/tools/edit_tool_move_fct.cpp +++ b/pcbnew/tools/edit_tool_move_fct.cpp @@ -723,6 +723,7 @@ bool EDIT_TOOL::doMoveSelection( const TOOL_EVENT& aEvent, BOARD_COMMIT* aCommit if( isSkip ) orig_items[itemIdx]->SetPosition( originalPos ); + view()->Update( orig_items[itemIdx] ); rebuildConnectivity(); if( ++itemIdx < orig_items.size() )