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-01-14 17:38:54 +0300
committerYuSanka <yusanka@gmail.com>2019-01-14 17:41:24 +0300
commit66f998bdbf2e7013e72536d6b0d0f20bb668285e (patch)
tree56bc3f311e90290a27352b23dbca49ea514752b7 /src/slic3r/GUI/Tab.hpp
parent19a64616087a8091151e5b5dd57414bffbcd7246 (diff)
Fix of the change of the perimeters count in a vase-mode (part fix of #1649)
Diffstat (limited to 'src/slic3r/GUI/Tab.hpp')
-rw-r--r--src/slic3r/GUI/Tab.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/Tab.hpp b/src/slic3r/GUI/Tab.hpp
index b1ec505ab..9ec54e6eb 100644
--- a/src/slic3r/GUI/Tab.hpp
+++ b/src/slic3r/GUI/Tab.hpp
@@ -287,6 +287,7 @@ protected:
class TabPrint : public Tab
{
+ bool is_msg_dlg_already_exist {false};
public:
TabPrint(wxNotebook* parent) :
Tab(parent, _(L("Print Settings")), "print") {}