fix(ui): stay on drawings tab after DXF import

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
aj
2026-04-27 23:53:29 -04:00
co-authored by Claude Opus 4.6
parent 2bae5340f0
commit 9d58e6fba8
-1
View File
@@ -346,7 +346,6 @@ namespace OpenNest.Forms
drawings.ForEach(d => Nest.Drawings.Add(d));
UpdateDrawingList();
tabControl1.SelectedIndex = 1;
}
public bool Export()