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
David MacDonald
purr-data
Commits
2d1be7b0
Commit
2d1be7b0
authored
Nov 10, 2015
by
Jonathan Wilkes
Browse files
comment out some more sys_vgui calls
parent
6cde37eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_all_guis.c
View file @
2d1be7b0
...
...
@@ -230,9 +230,9 @@ void iemgui_label(t_iemgui *x, t_symbol *s)
if
(
glist_isvisible
(
x
->
x_glist
))
{
sys_vgui
(
".x%lx.c itemconfigure %lxLABEL -text {%s}
\n
"
,
glist_getcanvas
(
x
->
x_glist
),
x
,
s
!=
s_empty
?
x
->
x_lab
->
s_name
:
""
);
//
sys_vgui(".x%lx.c itemconfigure %lxLABEL -text {%s} \n",
//
glist_getcanvas(x->x_glist), x,
//
s!=s_empty?x->x_lab->s_name:"");
gui_vmess
(
"gui_iemgui_label_set"
,
"xxs"
,
glist_getcanvas
(
x
->
x_glist
),
x
,
...
...
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