Index: trunk/src/gui_act.c =================================================================== --- trunk/src/gui_act.c (revision 5928) +++ trunk/src/gui_act.c (revision 5929) @@ -809,7 +809,7 @@ void *ptr1, *ptr2, *ptr3; int over = 0; - if (pcb_crosshair.drags == NULL) + if ((pcb_crosshair.drags == NULL) || (conf_core.editor.rubber_band_mode)) return 0; do {