From 57053e5720e66837c3a50c01dc6683032f5917d6 Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期四, 14 一月 2021 13:56:09 +0800 Subject: [PATCH] 20200114-签名问题,安卓控件坐标异常 --- HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs index 95b5452..c14acb6 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs @@ -311,7 +311,7 @@ //2-鍔熻兘鍥炬爣 for (int i = 0; i < logic.input.Count; i++) { - if (logic.input[i] == null) + if (logic.input[i] == null || logic.input[i].ToString() == "") { //闃叉鏈夌殑绌哄璞★紱 //姝e父鎯呭喌涓嬩笉浼氳鐜拌薄锛� -- Gitblit v1.8.0