Fix for #7849 - "Save Project" command doesn't work properly
This commit is contained in:
Vojtech Bubnik 2022-02-14 14:13:41 +01:00
parent 14b7d36070
commit a062a889d8
9 changed files with 37 additions and 22 deletions

View file

@ -386,6 +386,7 @@ public:
DynamicPrintConfig* get_config() { return m_config; }
PresetCollection* get_presets() { return m_presets; }
const PresetCollection* get_presets() const { return m_presets; }
void on_value_change(const std::string& opt_key, const boost::any& value);