diff --git a/source/SkiaSharp.Views/SkiaSharp.Views.WindowsForms/SKGLControl.cs b/source/SkiaSharp.Views/SkiaSharp.Views.WindowsForms/SKGLControl.cs index 61888c3f43..719f915849 100644 --- a/source/SkiaSharp.Views/SkiaSharp.Views.WindowsForms/SKGLControl.cs +++ b/source/SkiaSharp.Views/SkiaSharp.Views.WindowsForms/SKGLControl.cs @@ -70,6 +70,8 @@ protected override void OnPaint(PaintEventArgs e) base.OnPaint(e); + MakeCurrent(); + // create the contexts if not done already if (grContext == null) {