Index: layer_vis.c =================================================================== --- layer_vis.c (revision 37082) +++ layer_vis.c (revision 37083) @@ -363,7 +363,7 @@ rnd_conf_hid_set_cb(n_mask, layer_vis_conf_id, &cbs_mask); } - rnd_event_bind(RND_EVENT_DESIGN_REPLACED, layer_vis_grp_defaults, NULL, layer_vis_cookie); + rnd_event_bind(RND_EVENT_DESIGN_SET_CURRENT, layer_vis_grp_defaults, NULL, layer_vis_cookie); rnd_event_bind(RND_EVENT_GUI_INIT, layer_vis_grp_defaults, NULL, layer_vis_cookie); }