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

@@ -1533,7 +1533,7 @@ typedef struct _Spiral
int diameter;
int segmentClipping;
int cursorPos;
GdkColor *colorUnderCursor;
gint lastRenderedCursorPos; /* use with atomic operations */
} Spiral;
#ifdef WITH_GUI_YES