Skip to content
GitLab
Projects
Groups
Snippets
/
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
c6b4350c
Commit
c6b4350c
authored
Aug 20, 2014
by
Ivica Bukvic
Browse files
*fixed another regression where label colors were not being updated
parent
ef0f6eb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_all_guis.c
View file @
c6b4350c
...
...
@@ -470,7 +470,10 @@ void iemgui_color(t_iemgui *x, t_symbol *s, int ac, t_atom *av)
else
x
->
x_lcol
=
iemgui_compatible_col
(
atom_getintarg
(
1
,
ac
,
av
));
if
(
glist_isvisible
(
x
->
x_glist
))
{
x
->
x_draw
(
x
,
x
->
x_glist
,
IEM_GUI_DRAW_MODE_CONFIG
);
iemgui_label_draw_config
(
x
);
}
}
void
iemgui_displace
(
t_gobj
*
z
,
t_glist
*
glist
,
int
dx
,
int
dy
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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