mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 21:58:03 -06:00
Minor fixes to 3D preview
This commit is contained in:
parent
4617188790
commit
28f9278963
2 changed files with 1 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue