[Mono-dev] Patch for DataGridView crash after Columsn.Clear

Andreas Färber andreas.faerber at web.de
Sun Nov 16 09:31:40 EST 2008


Hi,

Am 13.11.2008 um 02:35 schrieb jingnan si:

> diff -r mono-2.0/mcs/class/Managed.Windows.Forms/ 
> System.Windows.Forms/DataGridViewColumnCollection.cs original/ 
> mono-2.0/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ 
> DataGridViewColumnCollection.cs
> 105,108c105
> <             //list.Clear();
> <             while(Count > 0)
> <                 RemoveAt(0);
> <
> ---
> >             base.List.Clear ();
[...]

Please use unified diffs (`diff -u` or `svn diff`) for readability.
Did you check it's not already fixed in SVN trunk?

Regards,

Andreas



More information about the Mono-devel-list mailing list