Added ConfigManipulation to universal config manipulation (updating).

This commit is contained in:
YuSanka 2019-08-16 16:47:29 +02:00
parent dac301e3b6
commit 463783e092
4 changed files with 338 additions and 2 deletions

View file

@ -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();
};