[Mono-winforms-list] Small patch to correct TreeNode behaviour
Jackson Harper
jackson at ximian.com
Sun Oct 16 13:45:03 EDT 2005
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
More information about the Mono-winforms-list
mailing list