Follow-up to a1746e3e66
Fix for #7849 - "Save Project" command doesn't work properly
This commit is contained in:
parent
14b7d36070
commit
a062a889d8
9 changed files with 37 additions and 22 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue