mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Added temporary debug output to investigate crash on MAC when closing using Command+Q
This commit is contained in:
parent
436a055b39
commit
1bff1f7460
8 changed files with 47 additions and 1 deletions
|
@ -159,6 +159,9 @@ GUI_App::GUI_App()
|
|||
|
||||
GUI_App::~GUI_App()
|
||||
{
|
||||
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||
std::cout << "GUI_App::~GUI_App()\n";
|
||||
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||
if (app_config != nullptr)
|
||||
delete app_config;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue