From 0592d8cd98b8b7de15972c199ead1d886347776a Mon Sep 17 00:00:00 2001 From: Rene Richarz Date: Sun, 25 Feb 2024 10:06:05 +0100 Subject: [PATCH] fixed fading of cursor --- src/tube.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tube.c b/src/tube.c index b403fff..9a2c3c6 100755 --- a/src/tube.c +++ b/src/tube.c @@ -591,6 +591,7 @@ void tube_clearSecond(cairo_t *cr2) cairo_set_operator(cr2, CAIRO_OPERATOR_MULTIPLY); cairo_paint(cr2); cairo_set_operator(cr2, CAIRO_OPERATOR_OVER); + isBrightSpot = 1; } void tube_line_type(cairo_t *cr, cairo_t *cr2, enum LineType ln)