修改_infoImage处理方式,Dispose后不再设为null
This commit is contained in:
@@ -814,7 +814,6 @@ namespace JoyD.Windows.CS.Toprie
|
|||||||
if (_infoImage != null)
|
if (_infoImage != null)
|
||||||
{
|
{
|
||||||
_infoImage.Dispose();
|
_infoImage.Dispose();
|
||||||
_infoImage = null;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_isDisplayingInfo = false;
|
_isDisplayingInfo = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user