Index: obj_arc.h =================================================================== --- obj_arc.h (revision 9098) +++ obj_arc.h (revision 9099) @@ -121,7 +121,7 @@ pcb_layer_t *layer = (top)->Layer; \ for (l = 0; l < ((top)->LayerN > 0 ? (top)->LayerN : PCB->Data->LayerN); l++, layer++) \ { \ - if (layer->On) \ + if (layer->meta.real.vis) \ PCB_ARC_LOOP(layer) #endif