[Mono-winforms-list] Small patch to correct TreeNode behaviour

Rafael Teixeira monoman at gmail.com
Mon Oct 17 12:58:33 EDT 2005


Committed revision 51806.


Done, :)

On 10/16/05, Jackson Harper <jackson at ximian.com> wrote:
>
> Hey!
>
> This patch looks good, please commit.
>
> Thanks!
> Jackson
>
>
> On Thu, 2005-10-13 at 16:40 -0300, Rafael Teixeira wrote:
> > Inline as it is really small.
> >
> > Index: TreeNode.cs
> > ===================================================================
> > --- TreeNode.cs (revision 51682)
> > +++ TreeNode.cs (working copy)
> > @@ -146,7 +146,7 @@
> >                                 check = value;
> >
> >                                 if (TreeView != null)
> > -                                       tree_view.UpdateNode (this);
> > +                                       TreeView.UpdateNode (this);
> >                         }
> >                 }
> >
> > OK to commit?
> >
> >
> > --
> > Rafael "Monoman" Teixeira
> > ---------------------------------------
> > I'm trying to become a "Rosh Gadol" before my own eyes.
> > See http://www.joelonsoftware.com/items/2004/12/06.html for enlightment.
> > It hurts!
> > _______________________________________________
> > Mono-winforms-list maillist  -  Mono-winforms-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>
>
>


--
Rafael "Monoman" Teixeira
---------------------------------------
I'm trying to become a "Rosh Gadol" before my own eyes.
See http://www.joelonsoftware.com/items/2004/12/06.html for enlightment.
It hurts!


More information about the Mono-winforms-list mailing list