Rename GuiDrawSpiralSegment to GuiSetSpiralSegmentColor

This commit is contained in:
Paul Dicker
2025-04-01 07:17:06 +02:00
committed by Stéphane Lesimple
parent 956131c3f3
commit bb6c9222fb
7 changed files with 14 additions and 14 deletions

View File

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