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

Reply via email to