mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix typo.
This commit is contained in:
parent
1bc60c32f0
commit
f6b814658e
@ -2552,7 +2552,7 @@ void PCB_EDIT_FRAME::ExchangeFootprint( FOOTPRINT* aExisting, FOOTPRINT* aNew,
|
||||
aNew->SetFilters( aExisting->GetFilters() );
|
||||
aNew->SetStaticComponentClass( aExisting->GetComponentClass() );
|
||||
|
||||
if( !aUpdated )
|
||||
if( *aUpdated == false )
|
||||
{
|
||||
// Check pad shapes, graphics, zones, etc. for changes
|
||||
if( aNew->FootprintNeedsUpdate( aExisting, BOARD_ITEM::COMPARE_FLAGS::INSTANCE_TO_INSTANCE ) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user