1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-12 08:14:26 +00:00

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
+1 -1
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