|
|
@@ -1361,11 +1361,11 @@ namespace FurnaceUI.Views.Recipes
|
|
|
ProcessTypeFileItem item = ProcessTypeFileList.FirstOrDefault(x => x.ProcessType == CurrentProcessType);
|
|
|
item.FileListByProcessType = RecipeSequenceTreeBuilder.GetFileNodeParameterList($"{ChamberType[ChamberTypeIndexSelection]}\\{item.ProcessType}");// RecipeSequenceTreeBuilder.BuildFileNode(prefix, selectedFile, selectionIsFolder, recipes)[0].Files;
|
|
|
FindSelectedFile(item.FileListByProcessType, $"{$"{ChamberType[ChamberTypeIndexSelection]}\\{item.ProcessType}"}\\{newName}");
|
|
|
-
|
|
|
+ TreeSelectChanged(CurrentFileNode);
|
|
|
item.FileListByProcessType.ForEachDo(a =>
|
|
|
{
|
|
|
a.IsSelected = false;
|
|
|
- if (a.FullPath == prefix)
|
|
|
+ if (a.FullPath == dialog.FilePath)
|
|
|
{
|
|
|
a.IsSelected = true;
|
|
|
RecipeFileList = a.Files.ToList();
|