Index: trunk/src_plugins/rubberband_orig/rubberband.c =================================================================== --- trunk/src_plugins/rubberband_orig/rubberband.c (revision 33539) +++ trunk/src_plugins/rubberband_orig/rubberband.c (revision 33540) @@ -1207,7 +1207,7 @@ /* 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 * (conf_core.design.clearance + 1), 0); + 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); } } else {