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 |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs
index 1d7993b..c14acb6 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs
@@ -233,7 +233,6 @@
         /// </summary>
         public static void GetLogicList()
         {
-
             if (Logic.LogicList.Count != 0)
             {
                 //鑷姩鍖栧垪琛ㄤ负0鎵嶅幓鑾峰彇鑷姩鍖栧垪琛紱
@@ -312,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