From 685624a1ef2137b1229e6f0b20516ad9a063c6b3 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 (cherry picked from commit ac0c2400349f4551aa6c913d30b4c750e68f781f) --- 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 5642bd30d8..fbacf23599 100644 --- a/src/slic3r/GUI/StatusPanel.cpp +++ b/src/slic3r/GUI/StatusPanel.cpp @@ -1925,8 +1925,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(); }