From 5c80019541831d46fa6534bd0a22a56d1e5cfce8 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Wed, 31 Jul 2019 16:57:30 -0600 Subject: [PATCH] Update comment. --- pcbnew/dialogs/dialog_exchange_footprints.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pcbnew/dialogs/dialog_exchange_footprints.cpp b/pcbnew/dialogs/dialog_exchange_footprints.cpp index 71f460c511..a1c6ca913c 100644 --- a/pcbnew/dialogs/dialog_exchange_footprints.cpp +++ b/pcbnew/dialogs/dialog_exchange_footprints.cpp @@ -405,9 +405,8 @@ void PCB_EDIT_FRAME::Exchange_Module( MODULE* aSrc, MODULE* aDest, BOARD_COMMIT& PlaceModule( aDest, false ); - // Copy full placement, locked flag and pad net names (when possible) but not local - // settings like clearances (use library values) - // + // PlaceModule will move the module to the cursor position, which we don't want. Copy + // the original position across. aDest->SetPosition( aSrc->GetPosition() ); if( aDest->GetLayer() != aSrc->GetLayer() )