diff --git a/Rs.DeweyTester/Controls/UFixture.cs b/Rs.DeweyTester/Controls/UFixture.cs index bf021b8..59c292f 100644 --- a/Rs.DeweyTester/Controls/UFixture.cs +++ b/Rs.DeweyTester/Controls/UFixture.cs @@ -110,6 +110,10 @@ namespace Rs.MotionPlat { lblTotalCount.Text = tf.TotalCount.ToString(); } + if(this.lblFixtureName.Enabled!=tf.Enable) + { + this.lblFixtureName.Enabled= tf.Enable; + } } //public void BindEntity(TestFixture tf)