Always redraw entire spiral

This commit is contained in:
Paul Dicker
2025-04-01 07:00:46 +02:00
committed by Stéphane Lesimple
parent ed8d9cfd66
commit 956131c3f3
4 changed files with 29 additions and 83 deletions

View File

@@ -260,8 +260,6 @@ void GuiMarkExistingSectors(void)
x = Closure->readLinearCurve->rightX + 20;
Closure->additionalSpiralColor = 3;
GuiDrawSpiralLabel(Closure->readLinearSpiral, Closure->readLinearCurve->layout,
_("Already present"), Closure->darkSector, x, -1);
for(i=0; i<1000; i++)
if(Closure->readLinearSpiral->segmentColor[i] == Closure->greenSector)