This commit is contained in:
NaBian 2020-09-25 23:19:53 +08:00
parent b30c6ff440
commit 351bde38f3

View File

@ -512,6 +512,8 @@ namespace HandyControl.Controls
private void Dispatcher_Tick(object sender, EventArgs e)
{
if (_dispatcher == null) return;
if (ImageSource == null || !IsLoaded)
{
_dispatcher.Stop();