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-16 17:47:29 +0300
committerYuSanka <yusanka@gmail.com>2019-08-16 17:47:29 +0300
commit463783e092e1905eb8ea4e76560dbd931c41a9c8 (patch)
tree978a49ee4f157bfe09e1fb7f94081eb85cd68dad /src/slic3r/GUI/GUI_ObjectSettings.hpp
parentdac301e3b68be4cd3da5e4a2bbef764d33747e94 (diff)
Added ConfigManipulation to universal config manipulation (updating).
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectSettings.hpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectSettings.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectSettings.hpp b/src/slic3r/GUI/GUI_ObjectSettings.hpp
index 2a0c19c5c..850c4c82e 100644
--- a/src/slic3r/GUI/GUI_ObjectSettings.hpp
+++ b/src/slic3r/GUI/GUI_ObjectSettings.hpp
@@ -28,6 +28,7 @@ public:
virtual wxSizer* get_sizer();
ConfigOptionsGroup* get_og() { return m_og.get(); }
+ wxWindow* parent() const {return m_parent; }
};
@@ -46,6 +47,7 @@ public:
~ObjectSettings() {}
bool update_settings_list();
+ void update_config_values(DynamicPrintConfig*config);
void UpdateAndShow(const bool show) override;
void msw_rescale();
};