mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 02:33:15 +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;
|
continue;
|
||||||
|
|
||||||
PCB_SHAPE* shape = static_cast<PCB_SHAPE*>( item );
|
PCB_SHAPE* shape = static_cast<PCB_SHAPE*>( item );
|
||||||
|
aCommit.Modify( shape );
|
||||||
shape->Move( -oldCenter );
|
shape->Move( -oldCenter );
|
||||||
shape->Scale( scale );
|
shape->Scale( scale );
|
||||||
shape->Move( oldCenter );
|
shape->Move( oldCenter );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user