mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 00:07:52 -06:00
Fixed a crash on language changing
(DiffPresetDialog should get mainframe as a parent explicitly)
This commit is contained in:
parent
0b4720338f
commit
e833e63c42
3 changed files with 5 additions and 3 deletions
|
@ -116,6 +116,7 @@ DPIFrame(NULL, wxID_ANY, "", wxDefaultPosition, wxDefaultSize, wxDEFAULT_FRAME_S
|
|||
m_printhost_queue_dlg(new PrintHostQueueDialog(this))
|
||||
, m_recent_projects(9)
|
||||
, m_settings_dialog(this)
|
||||
, diff_dialog(this)
|
||||
{
|
||||
// Fonts were created by the DPIFrame constructor for the monitor, on which the window opened.
|
||||
wxGetApp().update_fonts(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue