This commit is contained in:
Dick Hollenbeck 2014-07-07 01:04:53 -05:00
parent c1814ad98e
commit a3b421b02c
1 changed files with 2 additions and 3 deletions

View File

@ -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 );
}
}
}