Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2019-02-06 13:12:44 +0300
committerYuSanka <yusanka@gmail.com>2019-02-06 13:12:44 +0300
commitb2410e0f234dae5e163048bf812acf9881350e52 (patch)
tree5b6a5b55d2767c4e62ecf672ed90ec8d4d835704 /src/slic3r/GUI/GUI_App.hpp
parent948f03067d7c93a378fd5ce75ec679a4f5b28e21 (diff)
parent6ab6829b8d291237935c79cef31b7f0944aa3d48 (diff)
Merge remote-tracking branch 'origin/master' into ys_hdpi
Diffstat (limited to 'src/slic3r/GUI/GUI_App.hpp')
-rw-r--r--src/slic3r/GUI/GUI_App.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GUI_App.hpp b/src/slic3r/GUI/GUI_App.hpp
index e1050b73a..ba91fcdeb 100644
--- a/src/slic3r/GUI/GUI_App.hpp
+++ b/src/slic3r/GUI/GUI_App.hpp
@@ -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;
@@ -93,6 +94,7 @@ class GUI_App : public wxApp
public:
bool OnInit() override;
+ bool initialized() const { return m_initialized; }
GUI_App();