mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
FIX: remove the internal update codes
jira: [none] Change-Id: I4d5cfc6b643117d136865b143e2d42c398d2bde2 (cherry picked from commit 3e9187cf3b792b6001746175318fd2bf9c07fd2d)
This commit is contained in:
@@ -507,11 +507,6 @@ void MonitorPanel::show_status(int status)
|
|||||||
|
|
||||||
BOOST_LOG_TRIVIAL(info) << "monitor: show_status = " << status;
|
BOOST_LOG_TRIVIAL(info) << "monitor: show_status = " << status;
|
||||||
|
|
||||||
|
|
||||||
#if !BBL_RELEASE_TO_PUBLIC
|
|
||||||
m_upgrade_panel->update(nullptr);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//Freeze();
|
//Freeze();
|
||||||
// update panels
|
// update panels
|
||||||
if (m_side_tools) { m_side_tools->show_status(status); };
|
if (m_side_tools) { m_side_tools->show_status(status); };
|
||||||
|
|||||||
Reference in New Issue
Block a user