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

Fix usage of CallAfter vs modal dialogs in slic3r.cpp, fix #1778

This commit is contained in:
Vojtech Kral
2019-02-05 18:12:42 +01:00
parent 4fc73965d3
commit c3ea735bc8
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ bool GUI_App::OnInit()
mainframe->Show(true);
return true;
return m_initialized = true;
}
unsigned GUI_App::get_colour_approx_luma(const wxColour &colour)