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:
@@ -210,7 +210,7 @@ public class MachiningProjectDisplayee : IDisplayee, IGetAnchor
|
|||||||
offsetHOnCover += ColorScaleBar.OffsetH;
|
offsetHOnCover += ColorScaleBar.OffsetH;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (LocalProjectService?.WorkpieceService?.HasDiff == true)
|
if (LocalProjectService?.WorkpieceService?.HasDiffOverlay == true)
|
||||||
{
|
{
|
||||||
bind.ModelMatStack.Push();
|
bind.ModelMatStack.Push();
|
||||||
bind.ModelMatStack.Trans(0, offsetHOnCover, 0);
|
bind.ModelMatStack.Trans(0, offsetHOnCover, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user