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
2588949e
Commit
2588949e
authored
Sep 09, 2015
by
Jonathan Wilkes
Browse files
fix for using [field] inside a subpatch
parent
bb8ff4ef
Changes
1
Show whitespace changes
Inline
Side-by-side
pd/src/g_traversal.c
View file @
2588949e
...
...
@@ -1322,7 +1322,7 @@ static void *field_new(t_symbol *s)
{
t_field
*
x
=
(
t_field
*
)
pd_new
(
field_class
);
x
->
x_s
=
s
;
x
->
x_canvas
=
canvas_getcurrent
();
x
->
x_canvas
=
canvas_getrootfor
(
canvas_getcurrent
()
)
;
x
->
x_template
=
NULL
;
outlet_new
(
&
x
->
x_obj
,
&
s_list
);
return
(
x
);
...
...
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