diff --git a/OpenNest/Forms/EditNestForm.cs b/OpenNest/Forms/EditNestForm.cs index 1e68e2e..ab71d89 100644 --- a/OpenNest/Forms/EditNestForm.cs +++ b/OpenNest/Forms/EditNestForm.cs @@ -346,7 +346,6 @@ namespace OpenNest.Forms drawings.ForEach(d => Nest.Drawings.Add(d)); UpdateDrawingList(); - tabControl1.SelectedIndex = 1; } public bool Export()