Skip to content

Commit

Permalink
Update to SKCanvasView
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiejava committed Aug 3, 2022
1 parent 8044bb2 commit caab10d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Tizen.UIExtensions.NUI/Skia/SKCanvasView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@ protected override void OnResized()
{
if (Size.Width <= 0 || Size.Height <= 0)
return;

UpdateSurface();
OnDrawFrame();
UpdateImageUrl();
}
}
}

0 comments on commit caab10d

Please sign in to comment.