Skip to content

Commit

Permalink
curse you, svn, curse youuuuuuuuu
Browse files Browse the repository at this point in the history
svn path=/trunk/mcs/; revision=66557
  • Loading branch information
Chris Toshok committed Oct 11, 2006
1 parent 700c918 commit 3625fab
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3991,7 +3991,6 @@ protected virtual void WndProc(ref Message m) {
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;
}
Expand Down

0 comments on commit 3625fab

Please sign in to comment.