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