Explorar el Código

fix ELK bug 449

jiangjy hace 2 meses
padre
commit
1b2ab1aa19
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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];
             }