mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-16 08:35:58 +08:00
temporarily disable new wx asserts in GUI
This commit is contained in:
parent
1607eb633d
commit
bda6f874f7
@ -1106,6 +1106,9 @@ static int get_app_font_pt_size(const AppConfig* app_config)
|
|||||||
|
|
||||||
bool GUI_App::on_init_inner()
|
bool GUI_App::on_init_inner()
|
||||||
{
|
{
|
||||||
|
// TODO: remove this when all asserts are gone.
|
||||||
|
wxDisableAsserts();
|
||||||
|
|
||||||
// Set initialization of image handlers before any UI actions - See GH issue #7469
|
// Set initialization of image handlers before any UI actions - See GH issue #7469
|
||||||
wxInitAllImageHandlers();
|
wxInitAllImageHandlers();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user