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:
Seth Hillbrand 2025-08-25 21:58:33 -07:00
parent 6dd03bc735
commit a034c30563

View File

@ -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 );