mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
pcb groups: copy nested groups on copy/paste
This commit is contained in:
parent
b30690664f
commit
e64be2f208
@ -441,7 +441,7 @@ void CLIPBOARD_IO::SaveSelection( const PCB_SELECTION& aSelected, bool isFootpri
|
||||
descendant->SetLocked( false );
|
||||
Format( descendant );
|
||||
},
|
||||
RECURSE_MODE::NO_RECURSE );
|
||||
RECURSE_MODE::RECURSE );
|
||||
}
|
||||
|
||||
delete copy;
|
||||
|
Loading…
x
Reference in New Issue
Block a user