From 28439b3650f2584f60f2bb807866d7221e75f4ed Mon Sep 17 00:00:00 2001 From: "xin.zhang" Date: Thu, 9 Jan 2025 21:47:47 +0800 Subject: [PATCH] FIX: the dialog continues popup jira: [STUDIO-9680] Change-Id: I9c12db6b9b1223fc611f980529814a71249b4080 (cherry picked from commit 29bbc0aa413872c11af50ecd8c8b3dbe20db215a) --- src/slic3r/GUI/StatusPanel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/slic3r/GUI/StatusPanel.cpp b/src/slic3r/GUI/StatusPanel.cpp index edcc9aa89f..306795116a 100644 --- a/src/slic3r/GUI/StatusPanel.cpp +++ b/src/slic3r/GUI/StatusPanel.cpp @@ -2519,7 +2519,6 @@ void StatusPanel::on_subtask_abort(wxCommandEvent &event) void StatusPanel::error_info_reset() { m_project_task_panel->error_info_reset(); - before_error_code = 0; } void StatusPanel::on_print_error_clean(wxCommandEvent &event)