mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Fix usage of CallAfter vs modal dialogs in slic3r.cpp, fix #1778
This commit is contained in:
parent
4fc73965d3
commit
c3ea735bc8
3 changed files with 6 additions and 1 deletions
|
@ -71,6 +71,7 @@ static wxString dots("…", wxConvUTF8);
|
|||
|
||||
class GUI_App : public wxApp
|
||||
{
|
||||
bool m_initialized { false };
|
||||
bool app_conf_exists{ false };
|
||||
|
||||
wxColour m_color_label_modified;
|
||||
|
@ -90,6 +91,7 @@ class GUI_App : public wxApp
|
|||
|
||||
public:
|
||||
bool OnInit() override;
|
||||
bool initialized() const { return m_initialized; }
|
||||
|
||||
GUI_App();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue