mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-08 07:47:43 -07:00
FIX: raise the dialog
jira: [STUDIO-11075] Change-Id: I661e7de97720a313619ce6fe436f15573cf0f7be (cherry picked from commit af23446648bf88dcb61a02d9d48645c397cec116)
This commit is contained in:
parent
e2c6f0b6b5
commit
55c8752509
1 changed files with 1 additions and 0 deletions
|
|
@ -2519,6 +2519,7 @@ void StatusPanel::on_subtask_abort(wxCommandEvent &event)
|
|||
abort_dlg->m_button_cancel->SetLabel(_L("No"));
|
||||
abort_dlg->m_button_ok->SetLabel(_L("Yes"));
|
||||
abort_dlg->on_show();
|
||||
abort_dlg->Raise();
|
||||
}
|
||||
|
||||
void StatusPanel::error_info_reset()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue