Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Flachy Joe
purr-data
Commits
f99797cd
Commit
f99797cd
authored
Dec 01, 2017
by
Jonathan Wilkes
Browse files
Merge branch 'fix-event-error'
parents
c1c28e5e
d54bfba9
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_template.c
View file @
f99797cd
...
...
@@ -2161,9 +2161,8 @@ void svg_register_events(t_gobj *z, t_canvas *c, t_scalar *sc,
sprintf(tagbuf, "draw%lx.%lx", (long unsigned int)z,
(long unsigned int)data);
}
else
else
/* legacy drawing commands: curve, drawnumber, etc. */
{
error("scalar: can't set event for unknown drawing command");
return;
}
if (svg->x_events.e_mouseover.a_flag)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment