Yep... thanks for that, I think I've fixed it in my copy:
in canvas_vis(), it should be:
else /* make invisible */
{
int i;
t_canvas *x2;
if (!x->gl_havewindow)
{
canvas_create_editor(x, 0);
return;
}
glist_noselect(x);
I'll fix some other stuff and grind out attempt number 11..
cheers Miller
On Tue, Feb 19, 2002 at 05:15:26PM +0100, Krzysztof Czaja wrote:
hi again,
test10 gets unreliable after duplicating ``shown on parent'' graphs (also regular arrays!) -- first it tends to duplicate everything around (like my keyboard strokes), then eventually crashes.
The deadly sequence might be: File/New, Put/Graph (or Array), select the graph, Edit/Duplicate, File/Close, File/New, File/Close.
Krzysztof