mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-16 16:37:34 +00:00
Fix for flickering GLControl reported by Per and confirmed by bobbypowers.
This commit is contained in:
parent
530eb2e52f
commit
088194bf1a
|
@ -43,6 +43,7 @@ namespace OpenTK
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
|
||||||
|
this.SetStyle(ControlStyles.Opaque, true);
|
||||||
this.SetStyle(ControlStyles.UserPaint, true);
|
this.SetStyle(ControlStyles.UserPaint, true);
|
||||||
this.SetStyle(ControlStyles.AllPaintingInWmPaint, true);
|
this.SetStyle(ControlStyles.AllPaintingInWmPaint, true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue