ENH:updaite the target temperature for chamber

jira:[new]

Change-Id: Ifb16608b1de807bcecd58fbff9f64dea905c0b26
(cherry picked from commit ac0c2400349f4551aa6c913d30b4c750e68f781f)
This commit is contained in:
tao wang 2023-09-06 21:18:12 +08:00 committed by Lane.Wei
parent 5ec0a28d05
commit 685624a1ef

View file

@ -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();
}