[Mono-bugs] [Bug 71950][Nor] Changed - ListBox GetItemRectangle index out of range errors.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 29 Jan 2005 14:23:21 -0500 (EST)
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 rogerio.araujo@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71950
--- shadow/71950 2005-01-29 14:13:32.000000000 -0500
+++ shadow/71950.tmp.30605 2005-01-29 14:23:21.000000000 -0500
@@ -46,6 +46,11 @@
of ListBox:
if (! adding && first == -1 && last == -1) {
selected_index = -1;
focused_item = -1;
}
+
+------- Additional Comments From rogerio.araujo@gmail.com 2005-01-29 14:23 -------
+Created an attachment (id=13956)
+These page contains some changes in ListBox class that solves some errors reported in this bug
+