ENH:printer errors will no longer automatically close
Change-Id: Ib2444469be889bb6bc7fd58fac45adb4e121651e
This commit is contained in:
parent
3a1e112d49
commit
52aecca564
|
@ -1683,9 +1683,9 @@ void StatusPanel::show_error_message(MachineObject* obj, wxString msg, std::stri
|
|||
error_info_reset();
|
||||
}
|
||||
if (m_print_error_dlg != nullptr) {
|
||||
if (m_print_error_dlg->IsShown()) {
|
||||
/*if (m_print_error_dlg->IsShown()) {
|
||||
m_print_error_dlg->on_hide();
|
||||
}
|
||||
}*/
|
||||
}
|
||||
} else {
|
||||
m_error_text->SetLabel(msg);
|
||||
|
|
Loading…
Reference in New Issue