Ported updates from 0.9.8.
This commit is contained in:
parent
9806230a2e
commit
5ca63466aa
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ namespace Examples.WinForms
|
|||
InitializeComponent();
|
||||
ResizeRedraw = true;
|
||||
|
||||
glControl1.Width = ClientSize.Width;
|
||||
glControl1.Height = ClientSize.Height;
|
||||
|
||||
UpdateFontList(fontDialog.Font);
|
||||
glControl1_Resize(this, EventArgs.Empty);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue