Re: [Pgui-devel] scroll update problem

2001-07-10 Thread Micah Dowty
Thanks for finding this. When I reworked the div_setstate() function and added the 'force' variable that line should have been removed. I deleted it and committed to CVS. On Tue, 10 July 2001, Philippe Ney wrote: > > Hi Micah, > When dragging, the scroll and the attached text isn't updated (th

[Pgui-devel] scroll update problem

2001-07-10 Thread Philippe Ney
Hi Micah, When dragging, the scroll and the attached text isn't updated (their divnode). This is visible in scroll.c --8<--- ... scrollupdate(self); /* Change State */ if(type != TRIGGER_DRAG) if (DATA->on) div_setstate(self->in->div,PGTH_O_SCROLL_ON,force); else