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
Wynn
purr-data
Commits
8b4e8abd
Commit
8b4e8abd
authored
Dec 17, 2016
by
Albert Gräf
Browse files
Get rid of debugging output in the console when moving/resizing a gop area.
parent
c0086460
Changes
1
Show whitespace changes
Inline
Side-by-side
pd/src/g_editor.c
View file @
8b4e8abd
...
@@ -5280,7 +5280,7 @@ void canvas_motion(t_canvas *x, t_floatarg xpos, t_floatarg ypos,
...
@@ -5280,7 +5280,7 @@ void canvas_motion(t_canvas *x, t_floatarg xpos, t_floatarg ypos,
{
{
t_pd
*
sh
=
(
t_pd
*
)
x
->
x_handle
;
t_pd
*
sh
=
(
t_pd
*
)
x
->
x_handle
;
pd_vmess
(
sh
,
gensym
(
"_motion"
),
"ff"
,
(
t_float
)
xpos
,
(
t_float
)
ypos
);
pd_vmess
(
sh
,
gensym
(
"_motion"
),
"ff"
,
(
t_float
)
xpos
,
(
t_float
)
ypos
);
post
(
"moving a gop rect"
);
//
post("moving a gop rect");
}
}
}
}
else
if
(
x
->
gl_editor
->
e_onmotion
==
MA_SCROLL
||
mod
==
-
1
)
else
if
(
x
->
gl_editor
->
e_onmotion
==
MA_SCROLL
||
mod
==
-
1
)
...
...
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