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
2b88d866
Commit
2b88d866
authored
Sep 18, 2015
by
Jonathan Wilkes
Browse files
set dirty flag correctly when object/message box text changes
parent
2e3397c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_editor.c
View file @
2b88d866
...
...
@@ -7694,7 +7694,8 @@ static void canvas_createobj(t_canvas *x, t_symbol *s, int argc, t_atom *argv)
// rtext_settext(rtext, buf, length);
// binbuf_free(b);
// Set the dirty flag since we've changed the rtext content...
x
->
gl_editor
->
e_textdirty
=
1
;
canvas_dirty
(
x
,
1
);
//x->gl_editor->e_textdirty = 1;
if
(
s
==
gensym
(
"createobj"
))
glist_deselect
(
x
,
y
);
// instantiate
break
;
...
...
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