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-05-30 13:41:16 +0300
committerYuSanka <yusanka@gmail.com>2019-05-30 13:41:16 +0300
commitbf56d79354cd74d645ea3e030c476c41d9c649eb (patch)
tree2f23f3c5fb9ad1fefe8d47835e7dfc7f92f35b39 /src/slic3r/GUI/OptionsGroup.hpp
parent765d4264ae9380a549bd84bd8d79d776858d8816 (diff)
Layers sizer updating
Diffstat (limited to 'src/slic3r/GUI/OptionsGroup.hpp')
-rw-r--r--src/slic3r/GUI/OptionsGroup.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/OptionsGroup.hpp b/src/slic3r/GUI/OptionsGroup.hpp
index 73b2c5110..422a5c2a2 100644
--- a/src/slic3r/GUI/OptionsGroup.hpp
+++ b/src/slic3r/GUI/OptionsGroup.hpp
@@ -160,6 +160,8 @@ public:
m_show_modified_btns = show;
}
+ void clear_fields_except_of(const std::vector<std::string> left_fields);
+
OptionsGroup( wxWindow* _parent, const wxString& title, bool is_tab_opt = false,
column_t extra_clmn = nullptr) :
m_parent(_parent), title(title),