Index: draw_fontsel.c =================================================================== --- draw_fontsel.c (revision 30916) +++ draw_fontsel.c (revision 30917) @@ -87,13 +87,13 @@ int w = 2, h = 2; float th = 0.1, th2 = 0.4; - pcb_render->set_color(gc, pcb_color_black); + pcb_render->set_color(gc, rnd_color_black); dline(x0, y0, x0+w, y0, th); dline(x0+w, y0, x0+w, y0+h, th); dline(x0+w, y0+h, x0, y0+h, th); dline(x0, y0+h, x0, y0, th); if (checked) { - pcb_render->set_color(gc, pcb_color_red); + pcb_render->set_color(gc, rnd_color_red); dline(x0, y0, x0+w, y0+h, th2); dline(x0, y0+h, x0+w, y0, th2); } @@ -121,7 +121,7 @@ dchkbox(gc, x-4, *y, (f->id == target_fid)); - pcb_render->set_color(gc, pcb_color_black); + pcb_render->set_color(gc, rnd_color_black); t = dtext(x, *y, 200, f->id, buf); pcb_text_bbox(pcb_font(PCB, f->id, 1), t);