From 388f7a1df37afeed0dd120f8091614a7f6dd91ab Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Wed, 18 May 2005 04:28:51 +0000 Subject: Damn, edited this before and lost the update. More data features. Took about 12 patches. svn path=/trunk/; revision=3006 --- pd/src/g_text.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'pd/src/g_text.c') diff --git a/pd/src/g_text.c b/pd/src/g_text.c index cabe22d7..30735918 100644 --- a/pd/src/g_text.c +++ b/pd/src/g_text.c @@ -752,12 +752,10 @@ static void gatom_vis(t_gobj *z, t_glist *glist, int vis) sys_hostfontsize(glist_getfont(glist)), "black"); } - else - { - sys_vgui(".x%lx.c delete %lx.l\n", glist_getcanvas(glist), x); - sys_unqueuegui(x); - } + else sys_vgui(".x%lx.c delete %lx.l\n", glist_getcanvas(glist), x); } + if (!vis) + sys_unqueuegui(x); } void canvas_atom(t_glist *gl, t_atomtype type, -- cgit v1.2.1