mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
ENH:printer errors will no longer automatically close
Change-Id: Ib2444469be889bb6bc7fd58fac45adb4e121651e
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user