https://bugzilla.novell.com/show_bug.cgi?id=433669
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=433669#c1 Jonathan Pobst <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #1 from Jonathan Pobst <[EMAIL PROTECTED]> 2008-10-14 13:37:23 MDT --- Fixed in r115807. Thanks for the report! 2008-10-14 Jonathan Pobst <[EMAIL PROTECTED]> * DataGridViewColumnCollection.cs: Remove calls to OnColumnAddedInternal, these will get called in DGV.OnCollectionChanged. Make sure OnCollectionChanged always gets called. * DataGridView.cs: Make a OnColumnRemovedInternal that removes the cells from every row. Call this in OnCollectionChanged. [Fixes bug #433669] -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
