Index: rubberband.c =================================================================== --- rubberband.c (revision 33540) +++ rubberband.c (revision 33541) @@ -1204,7 +1204,6 @@ else if (direct || (conf_core.editor.move_linepoint_uses_route == 0)) { rnd_render->set_color(pcb_crosshair.GC, &ptr->Layer->meta.real.color); pcb_draw_wireframe_line(pcb_crosshair.GC, x[0], y[0], x[1], y[1], ptr->Line->Thickness, 0); - /* Draw the DRC outline if it is enabled */ if (conf_core.editor.show_drc) { rnd_render->set_color(pcb_crosshair.GC, &conf_core.appearance.color.drc); pcb_draw_wireframe_line(pcb_crosshair.GC, x[0], y[0], x[1], y[1], ptr->Line->Thickness + 2 * (ptr->Line->Clearance/2 + 1), 0);