1
0
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:
Rene Richarz
2024-02-24 18:04:29 +01:00
parent 7b06e35c9f
commit ef3eb9dcdc
2 changed files with 1 additions and 1 deletions

BIN
tek4010

Binary file not shown.

2
tube.c
View File

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