FIX: raise the dialog

jira: [STUDIO-11075]
Change-Id: I661e7de97720a313619ce6fe436f15573cf0f7be
(cherry picked from commit af23446648bf88dcb61a02d9d48645c397cec116)
This commit is contained in:
xin.zhang 2025-03-22 19:35:18 +08:00 committed by Noisyfox
parent e2c6f0b6b5
commit 55c8752509

View file

@ -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()