More localization improvements, new POT
+ fixed crash after application closing with non-saved presets
This commit is contained in:
parent
4df38d4c4b
commit
ec252eb71d
5 changed files with 249 additions and 259 deletions
src/slic3r/GUI
|
@ -917,7 +917,7 @@ void MainFrame::load_config(const DynamicPrintConfig& config)
|
|||
#if 0
|
||||
for (auto tab : wxGetApp().tabs_list)
|
||||
if (tab->supports_printer_technology(printer_technology)) {
|
||||
if (tab->name() == "printer")
|
||||
if (tab->type() == Slic3r::Preset::TYPE_PRINTER)
|
||||
static_cast<TabPrinter*>(tab)->update_pages();
|
||||
tab->load_config(config);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue