浏览代码

fix ELK bug 449

jiangjy 2 月之前
父节点
当前提交
1b2ab1aa19
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Furnace/FurnaceUI/Views/Recipes/RecipeProcessEditViewModel.cs

+ 1 - 0
Furnace/FurnaceUI/Views/Recipes/RecipeProcessEditViewModel.cs

@@ -1668,6 +1668,7 @@ namespace FurnaceUI.Views.Recipes
                         item.StepNo += 1;
                     }
                 }
+                IndexNoDefault = foundIndex + 1;
                 this.CurrentRecipe.Steps.Insert(foundIndex + 1, tempStep);
                 selectStep = CurrentRecipe.Steps[foundIndex + 1];
             }