mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 11:17:51 -06:00
Don't rearrange plate upon object rotation
This commit is contained in:
parent
3344a67905
commit
76e079126f
1 changed files with 2 additions and 1 deletions
|
@ -341,7 +341,8 @@ sub rotate {
|
|||
$object->y_length($size[Y]);
|
||||
|
||||
$self->make_thumbnail($obj_idx);
|
||||
$self->arrange;
|
||||
$self->recenter;
|
||||
$self->{canvas}->Refresh;
|
||||
$self->statusbar->StopBusy;
|
||||
$self->statusbar->SetStatusText("");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue