This commit is contained in:
parent
f30af1b77c
commit
fe11e437f6
@ -164,7 +164,7 @@ namespace Volian.Controls.Library
|
|||||||
newnode.Tag = fic;
|
newnode.Tag = fic;
|
||||||
if (fic.FolderID == pathid)
|
if (fic.FolderID == pathid)
|
||||||
indx = tmp; // flag the path to expand.
|
indx = tmp; // flag the path to expand.
|
||||||
else if (fic.ChildFolders.Count > 0) // allow for '+' for tree expansion
|
else if (fic.ChildFolderCount > 0) // allow for '+' for tree expansion
|
||||||
{
|
{
|
||||||
DropDownNode tnt = new DropDownNode(0, "VLN_DUMMY");
|
DropDownNode tnt = new DropDownNode(0, "VLN_DUMMY");
|
||||||
newnode.Nodes.Add(tnt);
|
newnode.Nodes.Add(tnt);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user