陈嘉乐
2020-08-03 e56137e33ed5c77a485f9e83ee4b6534cfdf6432
HDL_ON/UI/UI2/FuntionControlView/Light/DimmerPageBLL.cs
@@ -116,7 +116,7 @@
            btnSwitch.MouseUpEventHandler += (sender, e) =>
            {
                btnSwitch.IsSelected = !btnSwitch.IsSelected;
                if (light.on_off == "on")
                if (btnSwitch.IsSelected)
                {
                    dimmerBar.SetProgressBarColors(CSS_Color.AuxiliaryColor1, CSS_Color.AuxiliaryColor1);
                }