From 6d3ba9484472d090532434e53667c096652149ce Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 25 九月 2020 09:56:14 +0800 Subject: [PATCH] 202009251 --- HDL_ON/UI/UI2/FuntionControlView/AC/ACPage.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/AC/ACPage.cs b/HDL_ON/UI/UI2/FuntionControlView/AC/ACPage.cs index 832282e..933eea6 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/AC/ACPage.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/AC/ACPage.cs @@ -288,7 +288,7 @@ Width = Application.GetRealWidth(160), Height = Application.GetRealHeight(287), BackgroundImagePath = "FunctionIcon/AC/DivBg1.png", - Animate = Animate.DownToUp, + Animate = Animate.UpToDown, AnimateSpeed = 0.3f }; dialogView.AddChidren(modeChangeView); @@ -325,7 +325,7 @@ Y = Application.GetRealHeight(44 * (aC.trait_mode.value_key.IndexOf(m) + 1) + 10 + 8), Width = Application.GetRealWidth(24), Height = Application.GetRealWidth(24), - IsSelected = aC.trait_mode.value == m, + IsSelected = aC.trait_mode.value.ToString() == m, }; modeChangeView.AddChidren(btnModeIcon); @@ -338,7 +338,7 @@ TextAlignment = TextAlignment.CenterLeft, TextColor = CSS_Color.FirstLevelTitleColor, SelectedTextColor = CSS_Color.MainColor, - IsSelected = aC.trait_mode.value == m, + IsSelected = aC.trait_mode.value.ToString() == m, TextSize = CSS_FontSize.TextFontSize, }; modeChangeView.AddChidren(btnModeText); @@ -413,7 +413,7 @@ Height = Application.GetRealHeight(243), AnimateSpeed = 0.3f, BackgroundImagePath = "FunctionIcon/AC/DivBg2.png", - Animate = Animate.DownToUp, + Animate = Animate.UpToDown, }; dialogView.AddChidren(modeChangeView); -- Gitblit v1.8.0