Ignore:
Timestamp:
1/5/2009 10:47:44 AM (3 years ago)
Author:
lowjoel
Message:

Implemented a slightly (performance increase by 200%) faster about box drawing algorithm. Fixes #136.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eraser6/Eraser/AboutForm.Designer.cs

    r474 r856  
    6868            this.Name = "AboutForm"; 
    6969            this.ShowInTaskbar = false; 
     70            this.Paint += new System.Windows.Forms.PaintEventHandler(this.AboutForm_Paint); 
    7071            this.Click += new System.EventHandler(this.AboutForm_Click); 
    7172            this.MouseLeave += new System.EventHandler(this.AboutForm_MouseLeave); 
Note: See TracChangeset for help on using the changeset viewer.