From 29bbc0aa413872c11af50ecd8c8b3dbe20db215a 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 --- 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 c72f75ab4..afe90f322 100644 --- a/src/slic3r/GUI/StatusPanel.cpp +++ b/src/slic3r/GUI/StatusPanel.cpp @@ -2492,7 +2492,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)