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

Rafael Teixeira monoman at gmail.com
Thu Oct 13 15:40:41 EDT 2005


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!


More information about the Mono-winforms-list mailing list