Skip to content

Commit

Permalink
Update SKSwapChainPanel.iOS.cs (#2401)
Browse files Browse the repository at this point in the history
set to non opaque for consistency
  • Loading branch information
roubachof authored Mar 15, 2023
1 parent 00132e7 commit 769d5e0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ private GRContext GetGRContext() =>
partial void DoLoaded()
{
glView = new SKGLView(Bounds);
// Force the opacity to false for consistency with the other platforms
glView.Opaque = false;
glView.PaintSurface += OnPaintSurface;
AddSubview(glView);
}
Expand Down

0 comments on commit 769d5e0

Please sign in to comment.