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-08-14 18:05:26 +0300
committerYuSanka <yusanka@gmail.com>2019-08-14 18:07:30 +0300
commit2d1c55475890f6744bf28cfcc838b90ad0661d18 (patch)
treeae13f7a570a7bf20efece4af0dd5003d4721fe61 /src/slic3r/GUI/Tab.hpp
parentfbda7be89d557c37566e1c1d3de2b07b6981fc6e (diff)
Some reverts for commit 4cd4d2c8b5f8bea59da2a0fbdb096cb6b7391250
Diffstat (limited to 'src/slic3r/GUI/Tab.hpp')
-rw-r--r--src/slic3r/GUI/Tab.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/Tab.hpp b/src/slic3r/GUI/Tab.hpp
index 3aa183540..efefc47c5 100644
--- a/src/slic3r/GUI/Tab.hpp
+++ b/src/slic3r/GUI/Tab.hpp
@@ -218,7 +218,7 @@ protected:
int m_em_unit;
// To avoid actions with no-completed Tab
bool m_complited { false };
- ConfigOptionMode m_mode = comUndef;
+ ConfigOptionMode m_mode = comExpert; // to correct first Tab update_visibility() set mode to Expert
public:
PresetBundle* m_preset_bundle;