From 3e9187cf3b792b6001746175318fd2bf9c07fd2d Mon Sep 17 00:00:00 2001 From: "xin.zhang" Date: Tue, 21 Jan 2025 11:44:04 +0800 Subject: [PATCH] FIX: remove the internal update codes jira: [none] Change-Id: I4d5cfc6b643117d136865b143e2d42c398d2bde2 --- src/slic3r/GUI/Monitor.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/slic3r/GUI/Monitor.cpp b/src/slic3r/GUI/Monitor.cpp index 22bc08cbe..325c4a8ba 100644 --- a/src/slic3r/GUI/Monitor.cpp +++ b/src/slic3r/GUI/Monitor.cpp @@ -526,11 +526,6 @@ void MonitorPanel::show_status(int status) BOOST_LOG_TRIVIAL(info) << "monitor: show_status = " << status; - -#if !BBL_RELEASE_TO_PUBLIC - m_upgrade_panel->update(nullptr); -#endif - //Freeze(); // update panels if (m_side_tools) { m_side_tools->show_status(status); };