From 01b5728a890315e4dbe9aabf7225a7957171e1a5 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 07 五月 2026 18:00:36 +0800
Subject: [PATCH] webgl2
---
Main/System/Tip/ScrollTip.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Main/System/Tip/ScrollTip.cs b/Main/System/Tip/ScrollTip.cs
index 15d8410..d29bdfc 100644
--- a/Main/System/Tip/ScrollTip.cs
+++ b/Main/System/Tip/ScrollTip.cs
@@ -19,6 +19,9 @@
public static void ShowTip(string tip, ArrayList infoList = null, int _order = 0)
{
+ if (string.IsNullOrWhiteSpace(tip))
+ return;
+
int range = Math.Min(m_Hints.Count, 10);
int findCnt = 0;
for (int i = 1; i <= range; i++)
--
Gitblit v1.8.0