mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-05-17 22:26:50 +08:00
Don't rearrange plate upon object rotation
This commit is contained in:
parent
3344a67905
commit
76e079126f
@ -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("");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user