Warning hunt session followup

This commit is contained in:
tamasmeszaros 2019-06-17 10:05:46 +02:00
parent 9ffd294f07
commit ce22251707
4 changed files with 37 additions and 82 deletions

View file

@ -976,7 +976,8 @@ void MainFrame::load_config(const DynamicPrintConfig& config)
if (! boost::algorithm::ends_with(opt_key, "_settings_id"))
tab->get_config()->option(opt_key)->set(config.option(opt_key));
}
wxGetApp().load_current_presets();
wxGetApp().load_current_presets();
#endif
}