mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-06-01 05:10:40 +00:00
Ported updates from 0.9.8.
This commit is contained in:
parent
884ede2c9d
commit
cc90efe8c5
|
@ -28,6 +28,9 @@ namespace Examples.WinForms
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
ResizeRedraw = true;
|
ResizeRedraw = true;
|
||||||
|
|
||||||
|
glControl1.Width = ClientSize.Width;
|
||||||
|
glControl1.Height = ClientSize.Height;
|
||||||
|
|
||||||
UpdateFontList(fontDialog.Font);
|
UpdateFontList(fontDialog.Font);
|
||||||
glControl1_Resize(this, EventArgs.Empty);
|
glControl1_Resize(this, EventArgs.Empty);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue