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
Aayush
purr-data
Commits
36f45939
Commit
36f45939
authored
Sep 16, 2014
by
Ivica Bukvic
Browse files
*minor revision to mknob to ensure user selected color preference is enforced
parent
5a2e1cd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
externals/moonlib/mknob.c
View file @
36f45939
...
...
@@ -280,7 +280,7 @@ static void mknob_draw_select(t_mknob *x,t_glist *glist)
else
{
//pd_unbind(&x->x_gui.x_obj.ob_pd, iemgui_key_sym);
sys_vgui
(
".x%lx.c itemconfigure %xBASE -stroke #%6.6x
\n
"
,
canvas
,
x
,
IEM_GUI_COLOR_NORMAL
);
sys_vgui
(
".x%lx.c itemconfigure %xBASE -stroke #%6.6x
\n
"
,
canvas
,
x
,
x
->
x_gui
.
x_fcol
);
sys_vgui
(
".x%lx.c itemconfigure %xLABEL -fill #%6.6x
\n
"
,
canvas
,
x
,
x
->
x_gui
.
x_lcol
);
sys_vgui
(
".x%lx.c dtag %lxMKNOB selected
\n
"
,
canvas
,
x
);
}
...
...
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