Index: trunk/src_plugins/lib_gtk_common/wt_layersel.c =================================================================== --- trunk/src_plugins/lib_gtk_common/wt_layersel.c (revision 8638) +++ trunk/src_plugins/lib_gtk_common/wt_layersel.c (revision 8639) @@ -555,6 +555,8 @@ { pcb_layergrp_id_t gid; + ls->no_copper_sel = PCB->RatDraw; /* someone may have turned RatDraw on - turn off selecting copper */ + for(gid = 0; gid < pcb_max_group(PCB); gid++) if (ls->grp[gid].grp != NULL) group_vis_sync(&ls->grp[gid]);