dotgnu-general
[Top][All Lists]
Advanced

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

[DotGNU]bug #6203 revisited (neil)


From: HJ
Subject: [DotGNU]bug #6203 revisited (neil)
Date: Mon, 3 Nov 2003 19:31:46 -0800 (PST)

pnetlib/System.Drawing.Win32/DrawingWindow.cs:323

...changed from
Win32.Api.InvalidateRect(hwnd, ref r, false);
to
Win32.Api.InvalidateRect(hwnd, ref r, true);
properly in CVS, BUT:


Line 331 was missed.  It still reads as:
Win32.Api.InvalidateRect(hwnd, IntPtr.Zero, false);

...and probably should be:
Win32.Api.InvalidateRect(hwnd, IntPtr.Zero, true);

~HJ

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree


reply via email to

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