chenluhua1980
2026-01-24 8fc148424accf484b4f331c7d5fb11eb7383cf89
SourceCode/Bond/Servo/CPanelAttributes.cpp
@@ -59,6 +59,7 @@
   SetDlgItemText(IDC_LABEL_TITLE, pStep->getName().c_str());
   SERVO::CAttributeVector attrubutes;
   pStep->getAttributeVector(attrubutes);
   attrubutes.sortWithWeight();
   unsigned int nSize = attrubutes.size();
   for (unsigned int i = 0; i < nSize; i++) {
      SERVO::CAttribute* pAttribute = attrubutes.getAttribute(i);