فهرست منبع

修改 其他 筛选 bug

cxs 1 سال پیش
والد
کامیت
1d25c88ee8
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      OTSIncAMeasureApp/7-OTSProgMgrInfo/OtherSelection.cs

+ 3 - 3
OTSIncAMeasureApp/7-OTSProgMgrInfo/OtherSelection.cs

@@ -70,10 +70,10 @@ namespace OTSMeasureApp._7_OTSProgMgrInfo
                         tB_Aspect_max.Text = sit2[1];
                         break;
                     case "ferret":
-                        cB_Aspect.Checked = true;
+                        cB_Ferret.Checked = true;
                         string[] sit4 = stit[1].Split('-');
-                        tB_Aspect_min.Text = sit4[0];
-                        tB_Aspect_max.Text = sit4[1];
+                        tB_Ferret_min.Text = sit4[0];
+                        tB_Ferret_max.Text = sit4[1];
                         break;
                     case "orientation":
                         cB_orientation.Checked = true;