Skip to content
Snippets Groups Projects
Commit 36f45939 authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

*minor revision to mknob to ensure user selected color preference is enforced

parent 5a2e1cd5
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment