1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-02-03 15:22:53 +00:00

fixed fading of cursor

This commit is contained in:
Rene Richarz
2024-02-25 10:06:05 +01:00
parent 8e946f34b3
commit 0592d8cd98

View File

@@ -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)