mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Minor fixes to 3D preview
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -143,7 +143,6 @@ sub load_object {
|
||||
}
|
||||
}
|
||||
}
|
||||
$self->dirty(1);
|
||||
}
|
||||
|
||||
sub SetCuttingPlane {
|
||||
|
||||
Reference in New Issue
Block a user