Force DoubleBuffered attribute to false.

This commit is contained in:
the_fiddler 2008-01-06 02:30:12 +00:00
parent ef1ee1386f
commit 289dbe63cd

View file

@ -46,6 +46,7 @@ namespace OpenTK
this.SetStyle(ControlStyles.Opaque, true);
this.SetStyle(ControlStyles.UserPaint, true);
this.SetStyle(ControlStyles.AllPaintingInWmPaint, true);
DoubleBuffered = false;
this.display_mode = mode;