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
Jonathan Wilkes
purr-data
Commits
4d38f271
Commit
4d38f271
authored
Oct 08, 2020
by
Ivica Bukvic
Browse files
Removed leftover debugging statement
parent
93222ce1
Pipeline
#2977
failed with stage
in 206 minutes and 15 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
pd/src/g_editor.c
View file @
4d38f271
...
@@ -5940,7 +5940,7 @@ void canvas_motion(t_canvas *x, t_floatarg xpos, t_floatarg ypos,
...
@@ -5940,7 +5940,7 @@ void canvas_motion(t_canvas *x, t_floatarg xpos, t_floatarg ypos,
//fprintf(stderr,"
canvas_motion
MA_SCROLL
\
n
");
//fprintf(stderr,"
canvas_motion
MA_SCROLL
\
n
");
}
}
else {
else {
post("
canvas_motion
->
doclick
%
d
%
d
\
n
", \
//
post("
canvas_motion
->
doclick
%
d
%
d
\
n
", \
x->gl_editor->e_onmotion, mod);
x->gl_editor->e_onmotion, mod);
//canvas_getscroll( x);
//canvas_getscroll( x);
canvas_doclick(x, xpos, ypos, 0, mod, 0);
canvas_doclick(x, xpos, ypos, 0, mod, 0);
...
...
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