Don't rearrange plate upon object rotation

This commit is contained in:
Alessandro Ranellucci 2012-05-17 19:32:50 +02:00
parent 3344a67905
commit 76e079126f

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