From 45e67d25dd82b6e8b5cdefe9e14dc1f17c21b9bd Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Thu, 20 Oct 2016 13:20:00 +0200 Subject: [PATCH] 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 --- pcbnew/class_module.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pcbnew/class_module.cpp b/pcbnew/class_module.cpp index 37effe365c..ebeee9d698 100644 --- a/pcbnew/class_module.cpp +++ b/pcbnew/class_module.cpp @@ -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() )