feat: wire ActiveWorkArea from NestProgress to PlateView

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-16 12:57:51 -04:00
parent 2b4f7c4e80
commit 4911d05869
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -859,6 +859,7 @@ namespace OpenNest.Controls
{
progressForm.UpdateProgress(p);
SetTemporaryParts(p.BestParts);
ActiveWorkArea = p.ActiveWorkArea;
});
progressForm.Show(FindForm());
@@ -888,6 +889,7 @@ namespace OpenNest.Controls
}
finally
{
ActiveWorkArea = null;
progressForm.Close();
cts.Dispose();
}