Ported updates from 0.9.8.

This commit is contained in:
the_fiddler 2009-07-18 08:44:31 +00:00
parent 884ede2c9d
commit cc90efe8c5

View file

@ -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);
}