mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Don't rearrange plate upon object rotation
This commit is contained in:
@@ -341,7 +341,8 @@ sub rotate {
|
|||||||
$object->y_length($size[Y]);
|
$object->y_length($size[Y]);
|
||||||
|
|
||||||
$self->make_thumbnail($obj_idx);
|
$self->make_thumbnail($obj_idx);
|
||||||
$self->arrange;
|
$self->recenter;
|
||||||
|
$self->{canvas}->Refresh;
|
||||||
$self->statusbar->StopBusy;
|
$self->statusbar->StopBusy;
|
||||||
$self->statusbar->SetStatusText("");
|
$self->statusbar->SetStatusText("");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user