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=79151 --- shadow/79151 2006-08-25 17:10:39.000000000 -0400 +++ shadow/79151.tmp.7603 2006-08-31 18:53:37.000000000 -0400 @@ -136,6 +136,12 @@ dg.DataSource = new string [] {"Carlos", "Alberto"}; MessageBox.Show ("DataSource = " + (dg.DataSource == null ? "null" : dg.DataSource)); // Shouldn't be null } } + +------- Additional Comments From [EMAIL PROTECTED] 2006-08-31 18:53 ------- +Hm, I reverted my change that causes the broken behavior in datagrid, +but it doesn't stop the crash. + +The 0 height bitmap being created must be caused by something else. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
