Remove change from teardrop merge that wasn't needed for final impl.
This commit is contained in:
parent
29674051b4
commit
ff9a5b8373
|
@ -427,14 +427,6 @@ void BOARD_COMMIT::Push( const wxString& aMessage, int aCommitFlags )
|
|||
if( autofillZones )
|
||||
dirtyIntersectingZones( boardItem, changeType );
|
||||
|
||||
boardItem->SetFlags( STRUCT_DELETED );
|
||||
|
||||
if( boardItem->Type() == PCB_FOOTPRINT_T )
|
||||
{
|
||||
for( PAD* pad : static_cast<FOOTPRINT*>( boardItem )->Pads() )
|
||||
pad->SetFlags( STRUCT_DELETED );
|
||||
}
|
||||
|
||||
switch( boardItem->Type() )
|
||||
{
|
||||
case PCB_TEXT_T:
|
||||
|
|
Loading…
Reference in New Issue