pcb groups: copy nested groups on copy/paste

This commit is contained in:
Mike Williams 2025-05-13 10:20:46 -04:00
parent b30690664f
commit e64be2f208

View File

@ -441,7 +441,7 @@ void CLIPBOARD_IO::SaveSelection( const PCB_SELECTION& aSelected, bool isFootpri
descendant->SetLocked( false ); descendant->SetLocked( false );
Format( descendant ); Format( descendant );
}, },
RECURSE_MODE::NO_RECURSE ); RECURSE_MODE::RECURSE );
} }
delete copy; delete copy;