mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX:fixed crash after switching languages
Change-Id: I949b3bf99e0daefb5e3fac71c6df45e94b51608c
This commit is contained in:
@@ -1948,8 +1948,9 @@ void GUI_App::init_networking_callbacks()
|
||||
}
|
||||
}
|
||||
}
|
||||
event.SetEventObject(this);
|
||||
wxPostEvent(this, event);
|
||||
if (wxGetApp().plater()->get_select_machine_dialog()) {
|
||||
wxPostEvent(wxGetApp().plater()->get_select_machine_dialog(), event);
|
||||
}
|
||||
});
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user