Merge branch 'master' of https://github.com/prusa3d/Slic3r into opengl_to_cpp

This commit is contained in:
Enrico Turri 2018-07-25 08:35:05 +02:00
commit 496a83bb28
3 changed files with 13 additions and 7 deletions

View file

@ -145,8 +145,8 @@ sub OnInit {
}
};
if ($@) {
warn $@ . "\n";
fatal_error(undef, $@);
show_error(undef, $@);
$self->{mainframe}->Close;
}
});