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
079d1742
Commit
079d1742
authored
May 23, 2014
by
Ivica Bukvic
Browse files
*cosmetic fixes to the source
parent
df1b5f32
Changes
2
Hide whitespace changes
Inline
Side-by-side
pd/src/g_graph.c
View file @
079d1742
...
@@ -102,9 +102,9 @@ void glist_add(t_glist *x, t_gobj *y)
...
@@ -102,9 +102,9 @@ void glist_add(t_glist *x, t_gobj *y)
canvas_isgroup
((
t_canvas
*
)
y
))
canvas_isgroup
((
t_canvas
*
)
y
))
{
{
t_canvas
*
templatecanvas
=
t_canvas
*
templatecanvas
=
canvas_templatecanvas_forgroup
((
t_canvas
*
)
y
);
canvas_templatecanvas_forgroup
((
t_canvas
*
)
y
);
t_template
*
tmpl
=
canvas_findtemplate
(
templatecanvas
);
t_template
*
tmpl
=
canvas_findtemplate
(
templatecanvas
);
canvas_redrawallfortemplate
(
tmpl
,
0
);
canvas_redrawallfortemplate
(
tmpl
,
0
);
}
}
}
}
...
...
pd/src/g_scalar.c
View file @
079d1742
...
@@ -677,9 +677,9 @@ static void scalar_groupvis(t_scalar *x, t_glist *owner, t_template *template,
...
@@ -677,9 +677,9 @@ static void scalar_groupvis(t_scalar *x, t_glist *owner, t_template *template,
for
(
y
=
gl
->
gl_list
;
y
;
y
=
y
->
g_next
)
for
(
y
=
gl
->
gl_list
;
y
;
y
=
y
->
g_next
)
{
{
if
(
pd_class
(
&
y
->
g_pd
)
==
canvas_class
&&
if
(
pd_class
(
&
y
->
g_pd
)
==
canvas_class
&&
((
t_glist
*
)
y
)
->
gl_svg
)
((
t_glist
*
)
y
)
->
gl_svg
)
{
{
scalar_groupvis
(
x
,
owner
,
template
,
(
t_glist
*
)
y
,
gl
,
vis
);
scalar_groupvis
(
x
,
owner
,
template
,
(
t_glist
*
)
y
,
gl
,
vis
);
}
}
t_parentwidgetbehavior
*
wb
=
pd_getparentwidget
(
&
y
->
g_pd
);
t_parentwidgetbehavior
*
wb
=
pd_getparentwidget
(
&
y
->
g_pd
);
if
(
!
wb
)
continue
;
if
(
!
wb
)
continue
;
...
...
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