Fix assert on empty datadir

This commit is contained in:
Vojtech Kral 2019-01-23 14:38:05 +01:00
parent 7c3319ede2
commit d3fa82e41b
2 changed files with 2 additions and 1 deletions
src/slic3r/GUI

View file

@ -155,7 +155,6 @@ void MainFrame::create_preset_tabs()
add_created_tab(new TabSLAPrint(m_tabpanel));
add_created_tab(new TabSLAMaterial(m_tabpanel));
add_created_tab(new TabPrinter(m_tabpanel));
GUI::wxGetApp().load_current_presets();
}
void MainFrame::add_created_tab(Tab* panel)