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 (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 if (DATA->over)
> div_setstate(self->in->div,PGTH_O_SCROLL_HILIGHT,force);
> else
> div_setstate(self->in->div,PGTH_O_SCROLL,force);
> }
>
> /* The End */
> ------8<-----------
>
> Is this for performances reasons or is it just a miss?
> I comment locally the first 'if' to make it working.
> Is this the right way? did I commit it?
>
>
> -philippe
>
> _______________________________________________
> Pgui-devel mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/pgui-devel
--
To the systems programmer, users and applications serve only to provide a
test load.
_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/pgui-devel