[Monodevelop-patches-list] r599 - trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui/Tree
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Tue Jan 20 14:31:18 EST 2004
Author: tberman
Date: 2004-01-20 14:31:18 -0500 (Tue, 20 Jan 2004)
New Revision: 599
Modified:
trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui/Tree/TreeNode.cs
Log:
ShowExtensions works properly now, but it closes the tree view's expansion, not sure if this is a bug or a feature yet...
Modified: trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui/Tree/TreeNode.cs
===================================================================
--- trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui/Tree/TreeNode.cs 2004-01-20 19:20:07 UTC (rev 598)
+++ trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui/Tree/TreeNode.cs 2004-01-20 19:31:18 UTC (rev 599)
@@ -30,6 +30,7 @@
}
set {
text = value;
+ OnNodesChanged ();
}
}
More information about the Monodevelop-patches-list
mailing list