mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 23:05:55 +00:00
Fix for flickering GLControl reported by Per and confirmed by bobbypowers.
This commit is contained in:
parent
7f62028ac7
commit
6f42f7b1b3
|
@ -43,6 +43,7 @@ namespace OpenTK
|
|||
{
|
||||
InitializeComponent();
|
||||
|
||||
this.SetStyle(ControlStyles.Opaque, true);
|
||||
this.SetStyle(ControlStyles.UserPaint, true);
|
||||
this.SetStyle(ControlStyles.AllPaintingInWmPaint, true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue