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
nerrons
purr-data
Commits
754dfa64
Commit
754dfa64
authored
Dec 24, 2015
by
Jonathan Wilkes
Browse files
fix out of order message to GUI
parent
e62a7950
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_template.c
View file @
754dfa64
...
...
@@ -4981,6 +4981,8 @@ static void curve_vis(t_gobj *z, t_glist *glist, t_glist *parentglist,
sprintf(tagbuf, "curve%lx.%lx", (long unsigned int)x,
(long unsigned int)data);
gui_s(tagbuf);
gui_end_array(); /* end of tags array */
gui_end_vmess();
if (!glist_istoplevel(glist))
{
t_canvas *gl = glist_getcanvas(glist);
...
...
@@ -4992,8 +4994,6 @@ static void curve_vis(t_gobj *z, t_glist *glist, t_glist *parentglist,
canvas_restore_original_position(gl, (t_gobj *)glist,
objtag, -1);
}
gui_end_array(); /* end of tags array */
gui_end_vmess();
}
else post("warning: curves need at least two points to be graphed");
}
...
...
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