From 4aac54380264b76496ec6cf6aa829299154433de Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 24 十一月 2023 13:40:30 +0800 Subject: [PATCH] Update AcControlPage.cs --- HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs b/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs index 1b55639..d5f0715 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs @@ -1098,6 +1098,12 @@ setTempBar.IsClickable = false; } + else + { + setTempBar.IsOffline = false; + setTempBar.IsClickable = true; + + } } }); -- Gitblit v1.8.0