Index: draw_csect.c =================================================================== --- draw_csect.c (revision 36763) +++ draw_csect.c (revision 36764) @@ -360,7 +360,7 @@ g = get_group_coords(y, &y1, &y2); - if ((g >= 0) && ((pcb_layergrp_flags(PCB, g) & accept_mask) & accept_mask)) { + if ((g >= 0) && (pcb_layergrp_flags(PCB, g) & accept_mask)) { gactive = g; switch(loc) { case MARK_GRP_FRAME: