fix(ui): show live per-angle/per-candidate detail during nesting

Don't overwrite the Detail label with phase-level reports — let the
per-angle and per-candidate descriptions from the parallel loops remain
visible. Only clear the label on completion.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-14 20:48:58 -04:00
parent 930dd59213
commit c2f775258d
2 changed files with 4 additions and 4 deletions

View File

@@ -866,7 +866,7 @@ namespace OpenNest
BestDensity = score.Density,
UsableRemnantArea = workArea.Area() - totalPartArea,
BestParts = clonedParts,
Description = $"{phase}: {score.Count} parts, {score.Density:P1}"
Description = null
});
}