LAPTOP-SNT8I5JK\Boounion
2025-05-28 ce7f9f6df6e34cee1cbb9e776a814bc7548e8bd1
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);