Skip to content
Snippets Groups Projects
Commit 2e3397c9 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

register events when a scalar gets created

parent 238af0ec
No related branches found
No related tags found
No related merge requests found
......@@ -881,6 +881,9 @@ static void scalar_groupvis(t_scalar *x, t_glist *owner, t_template *template,
glist_getcanvas(owner), tagbuf, parentbuf);
svg_grouptogui(gl, template, x->sc_vec);
gui_end_vmess();
/* register events */
svg_register_events((t_gobj *)gl, owner, x, template, x->sc_vec);
//sys_gui("\n");
}
for (y = gl->gl_list; y; y = y->g_next)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment