refactoring

This commit is contained in:
David Kocik 2019-11-28 13:50:58 +01:00
parent 649f3a2c3e
commit 735308b794
4 changed files with 22 additions and 22 deletions
src/slic3r/GUI

View file

@ -272,7 +272,7 @@ bool GUI_App::on_init_inner()
this->obj_manipul()->update_if_dirty();
RemovableDriveManager::getInstance().update(wxGetLocalTime());
RemovableDriveManager::get_instance().update(wxGetLocalTime());
// Preset updating & Configwizard are done after the above initializations,
// and after MainFrame is created & shown.
// The extra CallAfter() is needed because of Mac, where this is the only way