Index: layer_vis.c =================================================================== --- layer_vis.c (revision 8668) +++ layer_vis.c (revision 8669) @@ -245,7 +245,7 @@ pcb_layer_group_t *g = &PCB->LayerGroups.grp[gid]; /* ugly heuristics for default open the most common groups */ - g->open = !!(g->type & (PCB_LYT_SILK | PCB_LYT_COPPER | PCB_LYT_OUTLINE)); + g->open = 1; /*!!(g->type & (PCB_LYT_SILK | PCB_LYT_COPPER | PCB_LYT_OUTLINE));*/ /* the group is visible exactly if if any layer is visible */ g->vis = 0;