1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

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
+1 -2
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 {
-1
View File
@@ -143,7 +143,6 @@ sub load_object {
}
}
}
$self->dirty(1);
}
sub SetCuttingPlane {