Browse Source

修改 其他 筛选 bug

cxs 1 year ago
parent
commit
1d25c88ee8
1 changed files with 3 additions and 3 deletions
  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;