mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 21:39:02 +08:00
Refresh plater canvas when switching presets
This commit is contained in:
parent
4c650a6d80
commit
df508551d0
@ -912,6 +912,8 @@ sub update {
|
|||||||
$print_object->delete_all_copies;
|
$print_object->delete_all_copies;
|
||||||
$print_object->add_copy(@{$_->offset}) for @{$model_object->instances};
|
$print_object->add_copy(@{$_->offset}) for @{$model_object->instances};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$self->{canvas}->Refresh;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub on_config_change {
|
sub on_config_change {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user