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
nerrons
purr-data
Commits
003964ea
Commit
003964ea
authored
Sep 19, 2015
by
Jonathan Wilkes
Browse files
fix regression with setting dirty flag after editing obj/msg box
parent
73a770d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_editor.c
View file @
003964ea
...
...
@@ -7695,7 +7695,7 @@ static void canvas_createobj(t_canvas *x, t_symbol *s, int argc, t_atom *argv)
// binbuf_free(b);
// Set the dirty flag since we've changed the rtext content...
canvas_dirty
(
x
,
1
);
//
x->gl_editor->e_textdirty = 1;
x
->
gl_editor
->
e_textdirty
=
1
;
if
(
s
==
gensym
(
"createobj"
))
glist_deselect
(
x
,
y
);
// instantiate
break
;
...
...
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