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:
parent
4d180efa5f
commit
45e67d25dd
|
@ -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() )
|
||||
|
|
Loading…
Reference in New Issue