From 4633a881e64d0c3d982814663c1019c22fe97627 Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Sun, 17 Oct 2004 21:31:32 +0000 Subject: fixed minimized window behaviour svn path=/trunk/externals/ggee/; revision=2115 --- gui/button.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/button.c') diff --git a/gui/button.c b/gui/button.c index ce3703a..49bfb6d 100644 --- a/gui/button.c +++ b/gui/button.c @@ -111,7 +111,7 @@ static void create_widget(t_button *x, t_glist *glist) if (text[i] == '_') text[i] = ' '; } - + sys_vgui("destroy .x%x.c.s%x\n",glist_getcanvas(glist),x); sys_vgui("button .x%x.c.s%x -height %d -text \"%s\" -command button_cb%x\n",canvas,x, x->x_height,text, x); -- cgit v1.2.1