mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +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 );
|
descendant->SetLocked( false );
|
||||||
Format( descendant );
|
Format( descendant );
|
||||||
},
|
},
|
||||||
RECURSE_MODE::NO_RECURSE );
|
RECURSE_MODE::RECURSE );
|
||||||
}
|
}
|
||||||
|
|
||||||
delete copy;
|
delete copy;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user