Removed Fullscreen property (fixes build issue).

This commit is contained in:
the_fiddler 2007-10-15 11:13:51 +00:00
parent 10f89bcd9c
commit e257702212

View file

@ -35,7 +35,6 @@
// //
this.glControl1.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.glControl1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.glControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.glControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.glControl1.Fullscreen = false;
this.glControl1.Location = new System.Drawing.Point(0, 0); this.glControl1.Location = new System.Drawing.Point(0, 0);
this.glControl1.Name = "glControl1"; this.glControl1.Name = "glControl1";
this.glControl1.Size = new System.Drawing.Size(624, 444); this.glControl1.Size = new System.Drawing.Size(624, 444);