HDL_ON/UI/UI2/FuntionControlView/Aks/AksPage.cs
@@ -49,7 +49,7 @@ /// </summary> public Action action; public IntType currnetIntType; public IntType currnetIntType= IntType.none; public VerticalScrolViewLayout vv; #endregion @@ -189,10 +189,6 @@ /// </summary> private void SwitchUI(IntType type) { if (vv != null) { vv.RemoveAll(); } if (this.currnetIntType == type) { return; @@ -201,6 +197,10 @@ { return; } if (vv != null) { vv.RemoveAll(); } this.currnetIntType = type; switch (type) {