FIX:ip address dlg&no help images displayed

Change-Id: I8c55ab3e8d466499a7a790938f41151690bc0d65
This commit is contained in:
tao wang 2023-07-12 09:38:53 +08:00 committed by Lane.Wei
parent dbc7e3a856
commit e9e7873b5c

View file

@ -1202,7 +1202,7 @@ void InputIpAddressDialog::set_machine_obj(MachineObject* obj)
m_input_ip->GetTextCtrl()->SetLabelText(m_obj->dev_ip);
m_input_access_code->GetTextCtrl()->SetLabelText(m_obj->get_access_code());
if (m_obj->printer_type == "C11") {
if (m_obj->printer_type == "C11" || m_obj->printer_type == "C12") {
m_img_help1->Hide();
m_img_help2->Show();
}