Set outline color per spiral segment

This commit is contained in:
Paul Dicker
2025-04-09 20:16:12 +02:00
committed by Stéphane Lesimple
parent 73218aebd2
commit ed8d9cfd66
7 changed files with 28 additions and 25 deletions

View File

@@ -91,7 +91,7 @@ static gboolean spiral_idle_func(gpointer data)
int i;
for(i=sii->from; i<=sii->to; i++)
GuiDrawSpiralSegment(sii->cmpSpiral, sii->segColor, i-1);
GuiDrawSpiralSegment(sii->cmpSpiral, sii->segColor, 0, i-1);
g_free(sii);
return FALSE;