Author: jordi
Date: 2005-05-02 04:05:05 -0400 (Mon, 02 May 2005)
New Revision: 43868

Modified:
   trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Splitter.cs
Log:
add TODO

Modified: trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Splitter.cs
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Splitter.cs      
2005-05-02 08:04:08 UTC (rev 43867)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Splitter.cs      
2005-05-02 08:05:05 UTC (rev 43868)
@@ -479,7 +479,8 @@
                        }
 
                        protected override void OnPaint(PaintEventArgs e)
-                       {
+                       {
+                               //TODO: The HatchBrush should be cached
                                e.Graphics.FillRectangle(new 
HatchBrush(HatchStyle.SmallCheckerBoard, 
Color.White,Color.Black),ClientRectangle);
                                base.OnPaint (e);
                        }

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to