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

Pavel Bansky levap at bansky.net
Mon Oct 17 17:30:12 EDT 2005


Hi All,

I also expreience that TreeView property 'Sorted' set to true, causing
exiting application without any massage. Same on Windows and Linux.

Pavel



Rafael Teixeira wrote:
> 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!
> _______________________________________________
> Mono-winforms-list maillist  -  Mono-winforms-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-winforms-list
> 

-- 
__________________________________________________________

Pavel Bánský
levap at bansky.net                        I write code...
__________________________________________________________


More information about the Mono-winforms-list mailing list