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
25af28f0
Commit
25af28f0
authored
Jun 14, 2015
by
user
Browse files
fix regression with deleting cords
parent
47eedaa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_editor.c
View file @
25af28f0
...
...
@@ -898,7 +898,7 @@ void canvas_disconnect(t_canvas *x,
//sys_vgui(".x%lx.c delete l%lx\n", x, oc);
sprintf
(
tagbuf
,
"l%lx"
,
(
long
unsigned
int
)
oc
);
gui_vmess
(
"gui_canvas_delete_line"
,
"xs"
,
x
,
"
tagbuf
"
);
x
,
tagbuf
);
// jsarlo
if
(
x
->
gl_editor
&&
x
->
gl_editor
->
gl_magic_glass
)
{
...
...
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