From a3b421b02c771f30281c780ee60479871401143a Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Mon, 7 Jul 2014 01:04:53 -0500 Subject: [PATCH] backanno --- eeschema/backanno.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/eeschema/backanno.cpp b/eeschema/backanno.cpp index 4b704e44dc..f2fdcb3e27 100644 --- a/eeschema/backanno.cpp +++ b/eeschema/backanno.cpp @@ -98,11 +98,10 @@ void SCH_EDIT_FRAME::backAnnotateFootprints( const std::string& aChangedSetOfRef } // DBG( printf("%s: ref:%s fpid:%s\n", __func__, TO_UTF8( refs[ii].GetRef() ), TO_UTF8( footprint ) );) - - fpfield->SetText( footprint ); - if( oldfp != footprint ) isChanged = true; + + fpfield->SetText( footprint ); } } }