陈嘉乐
2020-06-24 adb12dcdbb2ddaeac687c3aa9e57bb7ed459ab7e
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/SceneControls/SceneRoomControl.cs
@@ -66,7 +66,7 @@
            btnSceneName.TextSize = 15;
            //这个坐标有点特殊
            btnSceneName.Y = Application.GetRealHeight(12) + this.chidrenYaxis;
            frameTable.AddChidren(btnSceneName, ChidrenBindMode.BindEventOnly);
            frameTable.AddChidren(btnSceneName, ChidrenBindMode.BindEvent);
            //房间
            var btnRoom = frameTable.AddLeftCaption("", 600, 50, true);
@@ -74,7 +74,7 @@
            btnRoom.Y = Application.GetRealHeight(72) + this.chidrenYaxis;
            btnRoom.TextSize = 12;
            btnRoom.TextColor = UserCenterColor.Current.TextGrayColor1;
            frameTable.AddChidren(btnRoom, ChidrenBindMode.BindEventOnly);
            frameTable.AddChidren(btnRoom, ChidrenBindMode.BindEvent);
            var room = HdlRoomLogic.Current.GetRoomBySceneId(this.SceneId);
            if (room != null)