mirror of
https://github.com/rricharz/Tek4010.git
synced 2026-02-27 01:09:54 +00:00
Fixed color of clear screen
This commit is contained in:
2
tube.c
2
tube.c
@@ -571,7 +571,7 @@ void tube_clearPersistent(cairo_t *cr, cairo_t *cr2)
|
||||
tube_y2 = tube_y0;
|
||||
leftmargin = 0;
|
||||
cairo_set_source_rgb(cr, 0, NORMAL_INTENSITY, 0);
|
||||
cairo_set_source_rgb(cr2, BRIGHT_SPOT_COLOR, BRIGHT_SPOT_COLOR, BRIGHT_SPOT_COLOR);
|
||||
cairo_set_source_rgb(cr2, 0, BRIGHT_SPOT_COLOR / 2, 0);
|
||||
cairo_paint(cr2);
|
||||
isBrightSpot = 1;
|
||||
plotPointMode = 0;
|
||||
|
||||
Reference in New Issue
Block a user