mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
ENH:printer errors will no longer automatically close
Change-Id: Ib2444469be889bb6bc7fd58fac45adb4e121651e
This commit is contained in:
parent
3a1e112d49
commit
52aecca564
1 changed files with 2 additions and 2 deletions
|
@ -1683,9 +1683,9 @@ void StatusPanel::show_error_message(MachineObject* obj, wxString msg, std::stri
|
||||||
error_info_reset();
|
error_info_reset();
|
||||||
}
|
}
|
||||||
if (m_print_error_dlg != nullptr) {
|
if (m_print_error_dlg != nullptr) {
|
||||||
if (m_print_error_dlg->IsShown()) {
|
/*if (m_print_error_dlg->IsShown()) {
|
||||||
m_print_error_dlg->on_hide();
|
m_print_error_dlg->on_hide();
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
m_error_text->SetLabel(msg);
|
m_error_text->SetLabel(msg);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue