OnPro/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneFunctionListChoosePage.cs
@@ -63,7 +63,7 @@ #region 显示的功能类型切换区域 showdFunctionTypeRow = new FrameLayout() { Y = Application.GetRealHeight(64), Y = Application.GetRealHeight(74), Height = Application.GetRealHeight(62), BackgroundColor = CSS_Color.MainBackgroundColor, }; @@ -130,7 +130,6 @@ List<Function> showList = new List<Function>(); showList.AddRange(FunctionList.List.Functions); showList.AddRange(FunctionList.List.groupControls); foreach (var function in showList) {