/[dotgnu-pnet]/pnetlib/System.Windows.Forms/StatusBar.cs
ViewVC logotype

Diff of /pnetlib/System.Windows.Forms/StatusBar.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by ptah, Thu Dec 16 14:50:39 2004 UTC revision 1.11 by drobosson, Sat Aug 13 03:20:13 2005 UTC
# Line 134  namespace System.Windows.Forms Line 134  namespace System.Windows.Forms
134    
135                          if (sizingGrip == true)                          if (sizingGrip == true)
136                          {                          {
137                                  ControlPaint.DrawSizeGrip(e.Graphics, BackColor, Width - 15, Height - 13, 15, 13);                                  ControlPaint.DrawSizeGrip(e.Graphics, BackColor, new Rectangle(Width - 16, Height - 16, Width, Height));
138                          }                          }
139                          base.OnPaint(e);                          base.OnPaint(e);
140                  }                  }

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26