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=79588 --- shadow/79588 2006-10-07 07:59:57.000000000 -0400 +++ shadow/79588.tmp.8846 2006-10-11 15:28:12.000000000 -0400 @@ -194,6 +194,10 @@ + if (highlighted_index != -1 && highlighted_index < owner.Items.Count) Invalidate (GetItemDisplayRectangle (highlighted_index, top_item)); } } + +------- Additional Comments From [EMAIL PROTECTED] 2006-10-11 15:28 ------- +You only need the first check. It's only the clear of the old value +that can be out of range. Please commit. Thanks. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
