mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Deregister the update callback on end of the application.
This fixes a crash on exit.
This commit is contained in:
parent
c13cd284e4
commit
ea163edc41
5 changed files with 9 additions and 20 deletions
|
@ -107,6 +107,7 @@ sub new {
|
|||
wxTheApp->{app_config}->save;
|
||||
$self->{plater}->{print} = undef if($self->{plater});
|
||||
Slic3r::GUI::_3DScene::remove_all_canvases();
|
||||
Slic3r::GUI::deregister_on_request_update_callback();
|
||||
# propagate event
|
||||
$event->Skip;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue