diff --git a/Source/OpenTK/GLControl.cs b/Source/OpenTK/GLControl.cs index f179c707..174e4eb9 100644 --- a/Source/OpenTK/GLControl.cs +++ b/Source/OpenTK/GLControl.cs @@ -40,6 +40,8 @@ namespace OpenTK this.SetStyle(ControlStyles.AllPaintingInWmPaint, true); this.display_mode = mode; + + this.CreateControl(); } #endregion