JLChen
2020-12-16 f96d6e7fb045f2be98300ada72c1c76f726005eb
HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPage.cs
@@ -120,7 +120,7 @@
                Height = Application.GetMinRealAverage(40),
                SelectedImagePath = "Collection/CollectionIcon.png",
                UnSelectedImagePath = "Collection/CollectionGrayIcon.png",
                IsSelected = curtain.collection
                IsSelected = curtain.collect
            };
            controlView.AddChidren(btnCollection);
@@ -218,7 +218,7 @@
            controlView.AddChidren(btnCurtainOpen);
            LoadEventList();
            new TopViewDiv(bodyView, curtain.name).LoadTopView_FunctionTop(curtain, actionRefresh);
            new TopViewDiv(bodyView, Language.StringByID(StringId.Curtain)).LoadTopView_FunctionTop(curtain, actionRefresh);
        }
    }