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
1e593e00
Commit
1e593e00
authored
Mar 22, 2017
by
Jonathan Wilkes
Browse files
remove commented out debugging code
parent
2cd78b45
Changes
2
Show whitespace changes
Inline
Side-by-side
pd/nw/pd_canvas.js
View file @
1e593e00
...
...
@@ -223,7 +223,6 @@ var canvas_events = (function() {
// Make sure the highlighted element is in view
container
.
scrollTop
=
elem
.
offsetTop
+
elem
.
offsetHeight
-
container
.
clientHeight
;
//pdgui.post("offset is " + container.scrollTop);
}
},
events
=
{
...
...
pd/src/g_text.c
View file @
1e593e00
...
...
@@ -1482,7 +1482,6 @@ static void dropdown_names(t_dropdown *x, t_symbol *s, int argc, t_atom *argv)
binbuf_addv
(
x
->
a_names
,
"s"
,
&
s_
);
/* nudge a_index back into range */
x
->
a_index
=
dropdown_clipindex
(
x
,
x
->
a_index
);
//post("max width is %d", dropdown_names_getmaxwidth(x));
x
->
a_maxnamewidth
=
dropdown_names_getmaxwidth
(
x
);
//dropdown_max_namelength(x);
dropdown_retext
(
x
,
1
,
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