Stop the ongoing slicing process when attempting to export.

This commit is contained in:
tamasmeszaros 2018-07-03 13:12:15 +02:00
parent 033b7eb8ad
commit 797c812f31
2 changed files with 5 additions and 6 deletions

View file

@ -398,6 +398,7 @@ sub on_plater_selection_changed {
sub slice_to_png {
my $self = shift;
$self->{plater}->stop_background_process;
$self->{plater}->async_apply_config;
$appController->print_ctl()->slice_to_png();
}