Rick Scott <[EMAIL PROTECTED]> writes:
> However, if it's not correct we should attempt to fix it. Some
> sounded sort of trivial (famous last words).
Good news from function x_set_toolkit_scroll_bar_thumb. That
function used to fiddle with private scroll bar data:
/* LessTif: Calling XmScrollBarSetValues after an increment or
decrement turns off auto-repeat LessTif-internally. This can
be seen in ScrollBar.c which resets Arrow1Selected and
Arrow2Selected. It also sets internal flags so that LessTif
believes the mouse is in the slider. We either have to change
our code, or work around that by accessing private data. */
This is no longer necessary.