mirror of
https://gitee.com/handyorg/HandyControl.git
synced 2024-11-30 02:48:03 +08:00
fixed #481
This commit is contained in:
parent
b30c6ff440
commit
351bde38f3
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user