Hi Miller
I downloaded pd-0.37-1 and pd-0.37-3 (both Windos) from your page. If You put the same send- and receive-name to vradio: pd-0.37-1 version works fine, pd-0.37-3 version has the bad behavior with unremoved squares. In function vradio_fout() of g_vdial.c of source pd-0.37-1, the line "x->x_on_old = x->x_on;" is first and then graphic will be redrawed. In function vradio_fout() of g_vdial.c of source pd-0.37-3, the line "x->x_on_old = x->x_on;" is after redraw-function. same case in g_hdial.c.
I checked also linux-sourcefrom your page. same case. pd-0.37-1 is ok, pd-0.37-2 has the old bug.
cheers Thomas.
Hi Thomas,
Are you SURE this is in 0.37-2??? I just re-downloaded that from my own website (to be sure), compiled it, and... I can't get the sticky behavior. That was broken in 0.37-1, all right, but I think I already fixed it... or am I misunderstanding something???
cheers Miller