Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
27abfca8
Commit
27abfca8
authored
Jun 10, 2015
by
user
Browse files
don't send message from Pd->GUI to raise patch cords
parent
7b7b6c4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_editor.c
View file @
27abfca8
...
...
@@ -122,7 +122,11 @@ int gobj_filter_highlight_behavior(t_text *y)
/* ---------------- mathieu 2014.08 --------------------------------- */
void
canvas_raise_all_cords
(
t_canvas
*
x
)
{
sys_vgui
(
".x%lx.c raise all_cords
\n
"
,
x
);
/* I think this is deprecated... instead of raising cords, we
just insert all gobjs (and scalars) before the first patch
cord. This way we don't have to constantly raise all the
patch cords above everything else. */
//sys_vgui(".x%lx.c raise all_cords\n", x);
}
static
void
canvas_enteritem
(
t_canvas
*
x
,
int
xpos
,
int
ypos
,
const
char
*
tag
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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