mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 11:25:27 +00:00
* GLControl.cs: Removed call to CreateControl from the GLControl constructor. The GLControl is now constructed lazily, as regular UserControls do. Fixes issue [#1071]: "Not firing Load event for GLControl."
This commit is contained in:
parent
7be5bc9648
commit
ad714d3f4c
|
@ -88,8 +88,6 @@ namespace OpenTK
|
||||||
this.major = major;
|
this.major = major;
|
||||||
this.minor = minor;
|
this.minor = minor;
|
||||||
this.flags = flags;
|
this.flags = flags;
|
||||||
|
|
||||||
this.CreateControl();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
Loading…
Reference in a new issue