[Mono-bugs] [Bug 79588][Blo] Changed - [PATCH] ComboBox: ArgumentOutOfRangeException
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Oct 11 15:28:12 EDT 2006
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 mkestner at ximian.com.
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 mkestner at ximian.com 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.
More information about the mono-bugs
mailing list