Fixes: lp:1635018 (Per-footprint tedit timestamp updated even when footprint isn't (updated at loading time, not after edit))

https://bugs.launchpad.net/kicad/+bug/1635018
This commit is contained in:
jean-pierre charras 2016-10-20 13:20:00 +02:00
parent 4d180efa5f
commit 45e67d25dd
1 changed files with 0 additions and 1 deletions

View File

@ -281,7 +281,6 @@ void MODULE::Add( BOARD_ITEM* aBoardItem, ADD_MODE aMode )
}
aBoardItem->SetParent( this );
SetLastEditTime();
// Update relative coordinates, it can be done only after there is a parent object assigned
switch( aBoardItem->Type() )