aboutsummaryrefslogtreecommitdiff
path: root/gui/button.c
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2004-07-25 15:01:14 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2004-07-25 15:01:14 +0000
commit5e9ce28202773de7cc189507e30e4759c8bbf625 (patch)
tree4b2ed55b8badf515bcbd1ea128eb620be8cdd91e /gui/button.c
parent71a2723b07bf3391c78af7694efd08fbd29da947 (diff)
Finally fixed the GOP behaviour
svn path=/trunk/externals/ggee/; revision=1891
Diffstat (limited to 'gui/button.c')
-rw-r--r--gui/button.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/button.c b/gui/button.c
index a83f242..ce3703a 100644
--- a/gui/button.c
+++ b/gui/button.c
@@ -127,10 +127,10 @@ static void button_drawme(t_button *x, t_glist *glist, int firsttime)
DEBUG(post("drawme %d",firsttime);)
if (firsttime) {
DEBUG(post("glist %x canvas %x",x->x_glist,canvas);)
- if (x->x_glist != canvas) {
+ // if (x->x_glist != canvas) {
create_widget(x,glist);
x->x_glist = canvas;
- }
+ // }
sys_vgui(".x%x.c create window %d %d -anchor nw -window .x%x.c.s%x -tags %xS\n",
canvas,text_xpix(&x->x_obj, glist), text_ypix(&x->x_obj, glist),x->x_glist,x,x);