http://bugzilla.novell.com/show_bug.cgi?id=516960
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=516960#c2 --- Comment #2 from tom hindle <[email protected]> 2009-06-26 12:20:17 MDT --- I haven't had time to produce a isolated test case but: It occurs when changing DataGridView.RowCount property. The state of the immediate variables are: first_col_index = 0 displayedCOlumnsCount = 0 disp_x = 0 and so i get set to -1: for (int i = first_col_index + displayedColumnsCount - 1; i < disp_x; i++) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
