Some archive fixes
This commit is contained in:
parent
ba6fef722d
commit
571dad0776
Binary file not shown.
@ -247,6 +247,9 @@ namespace Toolbox.Library
|
||||
|
||||
private static string SetFullPath(TreeNode node, TreeNode root)
|
||||
{
|
||||
if (node.TreeView == null)
|
||||
return node.Text;
|
||||
|
||||
string nodePath = node.FullPath;
|
||||
int startIndex = nodePath.IndexOf(root.Text);
|
||||
if (startIndex > 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user