Skip to content
Snippets Groups Projects
Commit 1cce8451 authored by Ivica Ico Bukvic's avatar Ivica Ico Bukvic
Browse files

removed hack for adjusting offset for select iemgui objects that introduce...

removed hack for adjusting offset for select iemgui objects that introduce inconsistent drawing (those objects have now been fixed)
parent d1bb886d
No related branches found
No related tags found
No related merge requests found
...@@ -338,7 +338,7 @@ void canvas_iemguis(t_glist *gl, t_symbol *guiobjname) ...@@ -338,7 +338,7 @@ void canvas_iemguis(t_glist *gl, t_symbol *guiobjname)
int connectme, xpix, ypix, indx, nobj; int connectme, xpix, ypix, indx, nobj;
canvas_howputnew(gl, &connectme, &xpix, &ypix, &indx, &nobj); canvas_howputnew(gl, &connectme, &xpix, &ypix, &indx, &nobj);
/*compensate for the iemgui sliders' xyoffset in case of autopatch */ /*NOT NECESSARY ANY MORE: compensate for the iemgui sliders' xyoffset in case of autopatch
if(connectme) { if(connectme) {
if(!strcmp(guiobjname->s_name, "hsl")) if(!strcmp(guiobjname->s_name, "hsl"))
xpix = xpix + 3; xpix = xpix + 3;
...@@ -348,7 +348,7 @@ void canvas_iemguis(t_glist *gl, t_symbol *guiobjname) ...@@ -348,7 +348,7 @@ void canvas_iemguis(t_glist *gl, t_symbol *guiobjname)
xpix = xpix + 1; xpix = xpix + 1;
ypix = ypix + 2; ypix = ypix + 2;
} }
} }*/
pd_vmess(&gl->gl_pd, gensym("editmode"), "i", 1); pd_vmess(&gl->gl_pd, gensym("editmode"), "i", 1);
glist_noselect(gl); glist_noselect(gl);
......
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