Minor fixes to 3D preview

This commit is contained in:
Alessandro Ranellucci 2014-07-14 11:58:00 +02:00
parent 4617188790
commit 28f9278963
2 changed files with 1 additions and 3 deletions

View File

@ -531,7 +531,6 @@ sub remove {
$self->select_object(undef);
$self->update;
$self->{canvas}->Refresh;
$self->schedule_background_process;
}
@ -548,7 +547,7 @@ sub reset {
$self->object_list_changed;
$self->select_object(undef);
$self->{canvas}->Refresh;
$self->update;
}
sub increase {

View File

@ -143,7 +143,6 @@ sub load_object {
}
}
}
$self->dirty(1);
}
sub SetCuttingPlane {