Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #185 from dotnet/mattleibow-patch-2
Browse files Browse the repository at this point in the history
Make the method public to match others
  • Loading branch information
jonlipsky authored Oct 2, 2021
2 parents d091267 + daa60f8 commit 4ce7c8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public IDrawable Drawable
}
}

private void Invalidate()
public void Invalidate()
{
if (Handle == IntPtr.Zero)
return;
Expand Down

0 comments on commit 4ce7c8b

Please sign in to comment.