mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Properly add group size mod to commit
Allows escaping the current state Fixes https://gitlab.com/kicad/code/kicad/-/issues/21553
This commit is contained in:
parent
6dd03bc735
commit
a034c30563
@ -1538,6 +1538,7 @@ public:
|
||||
continue;
|
||||
|
||||
PCB_SHAPE* shape = static_cast<PCB_SHAPE*>( item );
|
||||
aCommit.Modify( shape );
|
||||
shape->Move( -oldCenter );
|
||||
shape->Scale( scale );
|
||||
shape->Move( oldCenter );
|
||||
|
Loading…
x
Reference in New Issue
Block a user