[Mono-bugs] [Bug 433669] DataGridView crashes application after second assignment to DataSource
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Oct 14 15:37:24 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=433669
User jpobst at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=433669#c1
Jonathan Pobst <jpobst at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #1 from Jonathan Pobst <jpobst at novell.com> 2008-10-14 13:37:23 MDT ---
Fixed in r115807. Thanks for the report!
2008-10-14 Jonathan Pobst <monkey at jpobst.com>
* 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.
More information about the mono-bugs
mailing list