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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user