2008-04-21 Jonathan Pobst <monkey@jpobst.com>
authorJonathan Pobst <monkey@jpobst.com>
Mon, 21 Apr 2008 19:38:00 +0000 (19:38 -0000)
committerJonathan Pobst <monkey@jpobst.com>
Mon, 21 Apr 2008 19:38:00 +0000 (19:38 -0000)
commit5e0d0bcc8f0aca464e3f32794d2ea1e476739d26
treeec1c9a2119760207be77f238421d97fc567f7a6e
parenta5d86f96f45de71f8f0f514d2676de1796c4c881
2008-04-21  Jonathan Pobst  <monkey@jpobst.com>

* TreeView.cs: Calling Sort() sets Sorted = true.
* TreeNodeCollection.cs: Try to find the owner TreeView to determine
if the nodes need to be sorted.
[Fixes bug #382028]

svn path=/trunk/mcs/; revision=101363
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeNodeCollection.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeView.cs