修改_infoImage处理方式,Dispose后不再设为null

This commit is contained in:
zqm
2025-10-30 10:36:45 +08:00
parent 4412fda954
commit 1a9dffafd1

View File

@@ -814,7 +814,6 @@ namespace JoyD.Windows.CS.Toprie
if (_infoImage != null)
{
_infoImage.Dispose();
_infoImage = null;
}
}
_isDisplayingInfo = false;