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:
authortamasmeszaros <meszaros.q@gmail.com>2019-12-16 11:47:31 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-12-16 13:07:43 +0300
commita9403319b7767e920d7d993e91bf0623c91c7b4b (patch)
tree42efc2962f4992a229a15bd76772973e9f34ed6a /src/slic3r/GUI/MainFrame.hpp
parentf60ff1c7ce02a577003910902a27414612b8de14 (diff)
Separate Job, ProgressStatusBar and ProgressIndicator
* Separate GUI::Job * make use of ProgressIndicator interface * make ProgressStatusbar independent from GUI::App
Diffstat (limited to 'src/slic3r/GUI/MainFrame.hpp')
-rw-r--r--src/slic3r/GUI/MainFrame.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/MainFrame.hpp b/src/slic3r/GUI/MainFrame.hpp
index 28bd0242b..1a7568092 100644
--- a/src/slic3r/GUI/MainFrame.hpp
+++ b/src/slic3r/GUI/MainFrame.hpp
@@ -135,7 +135,7 @@ public:
Plater* m_plater { nullptr };
wxNotebook* m_tabpanel { nullptr };
wxProgressDialog* m_progress_dialog { nullptr };
- std::unique_ptr<ProgressStatusBar> m_statusbar;
+ std::shared_ptr<ProgressStatusBar> m_statusbar;
};
} // GUI