mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 00:07:52 -06:00
FIX: crash on MacOS when system logout, not really Close mainframe
Change-Id: I0e7cc73c1b4bbc663105034e82dcd7a51998e244
This commit is contained in:
parent
8319ef604c
commit
de712b08f1
3 changed files with 14 additions and 5 deletions
|
@ -469,7 +469,7 @@ bool generate_image(const std::string &filename, wxImage &image, wxSize img_size
|
|||
return true;
|
||||
}
|
||||
|
||||
std::vector<wxDialog*> dialogStack;
|
||||
std::deque<wxDialog*> dialogStack;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue