mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 05:45:28 +00:00
Force DoubleBuffered attribute to false.
This commit is contained in:
parent
ef1ee1386f
commit
289dbe63cd
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue