Index: rubberband.c =================================================================== --- rubberband.c (revision 28367) +++ rubberband.c (revision 28368) @@ -1197,7 +1197,7 @@ pcb_route_draw_drc(&route, pcb_crosshair.GC); pcb_route_destroy(&route); } - pcb_render->set_color(pcb_crosshair.GC, &pcbhl_conf.appearance.color.cross); + pcb_render->set_color(pcb_crosshair.GC, &conf_core.appearance.color.attached); } ptr++;