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
Srashti Mittal
purr-data
Commits
e774602c
Commit
e774602c
authored
May 20, 2008
by
Miller Puckette
Browse files
test
parent
1c55dfd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/g_editor.c
View file @
e774602c
...
...
@@ -979,7 +979,7 @@ void canvas_setgraph(t_glist *x, int flag, int nogoprect)
{
t_editor
*
editorwas
=
x
->
gl_editor
;
if
(
editorwas
)
editor_free
(
x
->
gl
_editor
,
x
);
canvas_create
_editor
(
x
,
0
);
if
(
!
flag
&&
glist_isgraph
(
x
))
{
if
(
x
->
gl_owner
&&
!
x
->
gl_loading
&&
glist_isvisible
(
x
->
gl_owner
))
...
...
@@ -1023,8 +1023,8 @@ void canvas_setgraph(t_glist *x, int flag, int nogoprect)
canvas_fixlinesfor
(
x
->
gl_owner
,
&
x
->
gl_obj
);
}
}
if
(
editorwas
)
editor_new
(
x
);
if
(
editorwas
&&
!
x
->
gl_editor
)
canvas_create_editor
(
x
,
0
);
}
void
garray_properties
(
t_garray
*
x
);
...
...
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