diff --git a/src/slic3r/GUI/StatusPanel.cpp b/src/slic3r/GUI/StatusPanel.cpp index 53f02b5c0..8713e3689 100644 --- a/src/slic3r/GUI/StatusPanel.cpp +++ b/src/slic3r/GUI/StatusPanel.cpp @@ -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);