refactor(demos): follow the WorkpieceService.HasDiff -> HasDiffOverlay rename in the colour-scale bar guard

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-09-20 18:00:06 +08:00
co-authored by Claude Opus 5
parent 91ad13f75f
commit ee4ad7a847
+1 -1
View File
@@ -210,7 +210,7 @@ public class MachiningProjectDisplayee : IDisplayee, IGetAnchor
offsetHOnCover += ColorScaleBar.OffsetH;
}
}
if (LocalProjectService?.WorkpieceService?.HasDiff == true)
if (LocalProjectService?.WorkpieceService?.HasDiffOverlay == true)
{
bind.ModelMatStack.Push();
bind.ModelMatStack.Trans(0, offsetHOnCover, 0);