mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-17 02:42:47 -07:00
Fix usage of CallAfter vs modal dialogs in slic3r.cpp, fix #1778
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user