From cd6dd8343b0c8e28ca4b31bcc6a1dcd3c5129b20 Mon Sep 17 00:00:00 2001 From: tao wang Date: Wed, 6 Sep 2023 21:18:12 +0800 Subject: [PATCH] ENH:updaite the target temperature for chamber jira:[new] Change-Id: Ifb16608b1de807bcecd58fbff9f64dea905c0b26 --- src/slic3r/GUI/StatusPanel.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/slic3r/GUI/StatusPanel.cpp b/src/slic3r/GUI/StatusPanel.cpp index 18c47d218..b83c6b0a5 100644 --- a/src/slic3r/GUI/StatusPanel.cpp +++ b/src/slic3r/GUI/StatusPanel.cpp @@ -1854,8 +1854,7 @@ void StatusPanel::update(MachineObject *obj) m_tempCtrl_chamber->Enable(); } else { m_tempCtrl_chamber->SetReadOnly(true); - m_tempCtrl_chamber->SetLabel(TEMP_BLANK_STR); - m_tempCtrl_chamber->GetTextCtrl()->SetValue(TEMP_BLANK_STR); + m_tempCtrl_chamber->SetTagTemp(TEMP_BLANK_STR); m_tempCtrl_chamber->Disable(); }