YuSanka 48f775decb A part of code related to loads after App::OnInit() call is moved from PrusaSlicer.cpp to GUI_App.cpp
Splash Screen under OSX requires a call of wxYeild() for update.
But wxYield() furthers a case, when CallAfter() in CLI::run() was called at the wrong time, before some of the GUI was created.
So, there is workaround:
Parameters needed for later loads are encapsulated to GUI_App::AFTER_INIT_LOADS structure
and are used in GUI_App::AFTER_INIT_LOADS::on_loads which is called just ones after wxEVT_IDLE
2020-10-02 22:27:20 +02:00
..
2020-10-01 08:34:16 +02:00
2020-03-03 15:47:02 +01:00
2020-02-08 11:42:45 +01:00
2020-10-01 09:46:00 +02:00
2020-09-23 09:35:30 +02:00
2020-05-26 16:06:11 +02:00
2020-09-01 09:28:02 +02:00
2020-05-27 14:01:47 +02:00
2020-09-30 14:02:23 +02:00
2020-05-15 09:34:53 +02:00
2020-05-15 09:34:53 +02:00
2020-05-15 09:34:53 +02:00
2020-08-05 19:25:04 +02:00
2020-10-01 20:15:40 +02:00
2020-02-04 15:27:11 +01:00