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
357ad7e6
Commit
357ad7e6
authored
Aug 27, 2014
by
Mathieu L Bouchard
Browse files
another case of too many args to sys_vgui, but this one has no effect
parent
887c9925
Changes
1
Show whitespace changes
Inline
Side-by-side
pd/src/g_all_guis.c
View file @
357ad7e6
...
@@ -260,8 +260,7 @@ void iemgui_label_font(t_iemgui *x, t_symbol *s, int ac, t_atom *av)
...
@@ -260,8 +260,7 @@ void iemgui_label_font(t_iemgui *x, t_symbol *s, int ac, t_atom *av)
if
(
glist_isvisible
(
x
->
x_glist
))
if
(
glist_isvisible
(
x
->
x_glist
))
{
{
sys_vgui
(
".x%lx.c itemconfigure %lxLABEL -font %s
\n
"
,
sys_vgui
(
".x%lx.c itemconfigure %lxLABEL -font %s
\n
"
,
glist_getcanvas
(
x
->
x_glist
),
x
,
iemgui_font
(
x
),
glist_getcanvas
(
x
->
x_glist
),
x
,
iemgui_font
(
x
));
x
->
x_fontsize
,
sys_fontweight
);
iemgui_shouldvis
(
x
,
IEM_GUI_DRAW_MODE_CONFIG
);
iemgui_shouldvis
(
x
,
IEM_GUI_DRAW_MODE_CONFIG
);
}
}
}
}
...
...
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