* ThemeWin32Classic.cs: Remove some old debug code that was
authorJackson Harper <jackson@novell.com>
Fri, 29 Apr 2005 16:26:05 +0000 (16:26 -0000)
committerJackson Harper <jackson@novell.com>
Fri, 29 Apr 2005 16:26:05 +0000 (16:26 -0000)
causing flicker with the new double buffering code.

svn path=/trunk/mcs/; revision=43794

mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThemeWin32Classic.cs

index efdc3604feef504ad1aeb3bb19dbc3368c604f44..a5bfdfa48ee478e90d13769ebc2f5fca249b4ce6 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-29  Jackson Harper  <jackson@ximian.com>
+
+       * ThemeWin32Classic.cs: Remove some old debug code that was
+       causing flicker with the new double buffering code.
+
 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
 
        * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
index 9409bdf746af45ccff6b2e300f284ddb0e5a1be9..dc8dc6c12adc6254b2d8514380136cca573444d6 100644 (file)
@@ -5096,9 +5096,7 @@ namespace System.Windows.Forms
 
                                return;
                        }                       
-
-                       dc.FillRectangle (ThemeEngine.Current.ResPool.GetSolidBrush (Color.Blue), area);
-                       
+       
                        dc.FillRectangle (ResPool.GetSolidBrush (ColorButtonFace), area.X, area.Y, area.Width, 1);
                        dc.FillRectangle (ResPool.GetSolidBrush (ColorButtonFace), area.X, area.Y, 1, area.Height);