This commit is contained in:
2012-04-11 14:20:59 +00:00
parent 7ff92624f6
commit 7eac3bab45
3 changed files with 10 additions and 26 deletions

View File

@@ -299,7 +299,7 @@ namespace Volian.Controls.Library
// tmp = topnode.Nodes.Add(newnode);
//}
cntnd++;
if (fic.ChildFolderCount > 0) // allow for '+' for tree expansion
if (fic.ChildFolderCount > 0 || fic.FolderDocVersionCount > 0) // allow for '+' for tree expansion
{
DevComponents.AdvTree.Node tnt = new DevComponents.AdvTree.Node();
tnt.Text = "VLN_DUMMY";