curse you, svn, curse youuuuuuuuu
authorChris Toshok <toshok@novell.com>
Wed, 11 Oct 2006 15:23:02 +0000 (15:23 -0000)
committerChris Toshok <toshok@novell.com>
Wed, 11 Oct 2006 15:23:02 +0000 (15:23 -0000)
svn path=/trunk/mcs/; revision=66557

mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs

index bc9bffcc6f335ca05de4044a0aeded0c3134f53f..b393396fd6ee66c043d269e216904f08ae3dcd70 100644 (file)
@@ -3991,7 +3991,6 @@ namespace System.Windows.Forms
                                        Rectangle old_clip_rect = Rectangle.Empty;
                                        if (ThemeEngine.Current.DoubleBufferingSupported) {
                                                if ((control_style & ControlStyles.DoubleBuffer) != 0) {
-                                                       old_clip_rect = paint_event.SetClipRectangle (ClientRectangle);
                                                        dc = paint_event.SetGraphics (DeviceContext);
                                                        reset_context = true;
                                                }