Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78388 --- shadow/78388 2006-05-15 01:43:28.000000000 -0400 +++ shadow/78388.tmp.31492 2006-05-16 19:34:05.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 78388 Product: Mono: Class Libraries Version: unspecified OS: unknown OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -32,6 +32,16 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-05-15 01:39 ------- Created an attachment (id=17017) proposed patch and test + +------- Additional Comments From [EMAIL PROTECTED] 2006-05-16 19:34 ------- +There was no need for timers and such to update. Simply invalidating +the surface on a resize is enough. + +Fix is in svn r60760. + +On a side note, ProgressBar would benefit from adding some calcs to +determine only the exposed area instead of redrawing the whole +control whever a value is changed. Only resizes require full redraws. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
