xm
2021-12-01 6d73bf6e816570291865674bef8bce8972e4de3f
HDL_ON/Common/Utlis/FloorRoomSelectPopupView.cs
@@ -241,7 +241,7 @@
            {
                //全部
                btnFloorName.Text = Language.StringByID(StringId.All);
                btnFloorName.Width = btnFloorName.GetTextWidth();
                //btnFloorName.Width = btnFloorName.GetTextWidth();
            }
            //房间
            else if (selectType == 3)
@@ -251,7 +251,7 @@
                    if (roomInfo.uid == this.nowShowSelectId)
                    {
                        btnFloorName.Text = roomInfo.floorName + roomInfo.roomName;
                        btnFloorName.Width = btnFloorName.GetTextWidth();
                        //btnFloorName.Width = btnFloorName.GetTextWidth();
                        return;
                    }
                }
@@ -264,7 +264,7 @@
                    if (floorInfo.uid == this.nowShowSelectId)
                    {
                        btnFloorName.Text = floorInfo.roomName;
                        btnFloorName.Width = btnFloorName.GetTextWidth();
                        //btnFloorName.Width = btnFloorName.GetTextWidth();
                    }
                }
            }