Skip to content

Commit

Permalink
Merge pull request #163 from M0n7y5/patch-1
Browse files Browse the repository at this point in the history
Imageblock animation lag fix
  • Loading branch information
NaBian committed Sep 2, 2019
2 parents 60517aa + fe3cbc0 commit 5a1bed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Shared/HandyControl_Shared/Controls/Image/ImageBlock.cs
Expand Up @@ -25,7 +25,7 @@ public class ImageBlock : FrameworkElement

public ImageBlock()
{
_dispatcherTimer = new DispatcherTimer
_dispatcherTimer = new DispatcherTimer(DispatcherPriority.Render)
{
Interval = Interval
};
Expand Down Expand Up @@ -187,4 +187,4 @@ private Int32Rect CalDisplayRect()
return rect;
}
}
}
}

0 comments on commit 5a1bed8

Please sign in to comment.