Don't rearrange plate upon object rotation

degen-loop-screen
Alessandro Ranellucci 2012-05-17 19:32:50 +02:00
parent 3344a67905
commit 76e079126f
1 changed files with 2 additions and 1 deletions

View File

@ -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("");
}