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

View file

@ -131,6 +131,9 @@ int main(int argc, char **argv)
GUI::GUI_App *gui = new GUI::GUI_App();
GUI::GUI_App::SetInstance(gui);
gui->CallAfter([gui, &input_files, &cli_config, &extra_config, &print_config] {
if (! gui->initialized()) {
return;
}
#if 0
// Load the cummulative config over the currently active profiles.
//FIXME if multiple configs are loaded, only the last one will have an effect.