mrDarker
2025-06-21 77c5de231f003ce1e86caa4bd825de4a554e4a0b
SourceCode/Bond/Servo/CPagePortProperty.cpp
@@ -57,7 +57,7 @@
   CComboBox* pComboBox;
   std::string strTemp;
   ((CButton*)GetDlgItem(IDC_CHECK_ENABLE))->SetCheck(m_pPort->isEnable() ? BST_CHECKED : BST_UNCHECKED);
   pComboBox = (CComboBox*)GetDlgItem(IDC_COMBO_PORT_TYPE);
   for (int i = 1; i <= 7; i++) {
      pComboBox->InsertString(i - 1, SERVO::CLoadPort::getPortTypeDescription((SERVO::PortType)i, strTemp).c_str());