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-03-19 10:52:58 +0300
committerYuSanka <yusanka@gmail.com>2019-03-19 10:52:58 +0300
commit8be8b604f5f91f7cacc7b4dc9150a34a6f4ca10e (patch)
tree23a92a43a708ad1c93f9b4c498eb8f830003275c /src/slic3r/GUI/Tab.hpp
parentb382ad1ffbc1bae64734fcc8e9b70befed5c03c2 (diff)
parent20be57dc582b53014cca5e51b73a585ebdcff8c1 (diff)
Merge remote-tracking branch 'origin/vb_faster_tabs' into ys_comboboxes
Diffstat (limited to 'src/slic3r/GUI/Tab.hpp')
-rw-r--r--src/slic3r/GUI/Tab.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/slic3r/GUI/Tab.hpp b/src/slic3r/GUI/Tab.hpp
index 2f8cec1de..81a79c58c 100644
--- a/src/slic3r/GUI/Tab.hpp
+++ b/src/slic3r/GUI/Tab.hpp
@@ -65,6 +65,9 @@ public:
bool m_is_modified_values{ false };
bool m_is_nonsys_values{ true };
+ // Delayed layout after resizing the main window.
+ bool layout_valid = false;
+
public:
std::vector <ConfigOptionsGroupShp> m_optgroups;
DynamicPrintConfig* m_config;