dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/System.Windows.Forms Control.cs, 1.21


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System.Windows.Forms Control.cs, 1.21, 1.22
Date: Fri, 18 Jul 2003 14:22:50 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/System.Windows.Forms
In directory subversions:/tmp/cvs-serv7033/System.Windows.Forms

Modified Files:
        Control.cs 
Log Message:
Patch #1744 and some special formatting cases for Int64.MinValue


Index: Control.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Windows.Forms/Control.cs,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** Control.cs  3 Jul 2003 20:49:05 -0000       1.21
--- Control.cs  18 Jul 2003 18:22:48 -0000      1.22
***************
*** 3792,3795 ****
--- 3792,3801 ----
                                PerformLayout(this, "Bounds");
  
+                               // Notify parent to perform layout because 
child has changed size.
+                               if (Parent != null)
+                               {
+                                       Parent.PerformLayout();
+                               }
+ 
                                // Invoke the event handler.
                                EventHandler handler;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]