Index: obj_common.h =================================================================== --- obj_common.h (revision 17985) +++ obj_common.h (revision 17986) @@ -206,7 +206,7 @@ pcb_layergrp_id_t grp = -1; \ if (layer->meta.bound.type & PCB_LYT_SILK) { \ if (sel) \ - dst = conf_core.appearance.color.element_selected; \ + dst = conf_core.appearance.color.selected; \ else \ dst = conf_core.appearance.color.element; \ break; \ @@ -225,7 +225,7 @@ } \ } \ if (sel) \ - dst = conf_core.appearance.color.element_selected; \ + dst = conf_core.appearance.color.selected; \ else \ dst = conf_core.appearance.color.invisible_objects; \ } while(0)