From e29de9af8f507d288a61d9459fb3d1f72976876f Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期一, 18 五月 2020 10:40:08 +0800
Subject: [PATCH] 2020-05-18-1
---
HDL_ON/UI/UI2/2-Classification/RoomPage.cs | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/HDL_ON/UI/UI2/2-Classification/RoomPage.cs b/HDL_ON/UI/UI2/2-Classification/RoomPage.cs
index 4fb83cf..5de0c0e 100644
--- a/HDL_ON/UI/UI2/2-Classification/RoomPage.cs
+++ b/HDL_ON/UI/UI2/2-Classification/RoomPage.cs
@@ -41,7 +41,6 @@
};
bodyView.AddChidren(functionListView);
-
foreach (var function in room.functions)
{
functionListView.AddChidren(new Button() { Height = Application.GetRealHeight(12) });
--
Gitblit v1.8.0