Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wynn
purr-data
Commits
42cb26a2
Commit
42cb26a2
authored
Aug 20, 2014
by
Ivica Bukvic
Browse files
*added tmpl check to remove compile warning
parent
1e317c5a
Changes
1
Show whitespace changes
Inline
Side-by-side
pd/src/g_graph.c
View file @
42cb26a2
...
...
@@ -245,7 +245,7 @@ void glist_delete(t_glist *x, t_gobj *y)
if
(
chkdsp
)
canvas_update_dsp
();
if
(
drawcommand
)
{
if
(
!
(
canvas_isgroup
(
canvas
)
&&
canvas
->
gl_unloading
))
if
(
tmpl
&&
!
(
canvas_isgroup
(
canvas
)
&&
canvas
->
gl_unloading
))
{
canvas_redrawallfortemplate
(
tmpl
,
1
);
}
...
...
Write
Preview
Supports
Markdown
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