Hi, I thing I found what seems to be a typo on scrollpane.js. On lines
104-105, bh and bw are assigned to odd values, as follows:

        var bw = o.hbar.h;
        var bh = o.vbar.w;

I think the variables should be interchanged, as in:

        var bh = o.hbar.h;
        var bw = o.vbar.w;

I already made the changes on my local copy and everything works OK. The error
is not very noticeable because with the theme MetalScrollPane both variables
have roughly the same value. I was trying to build a different theme with
wider vertical scrollbars (and no horizontal ones), when I hit the bug.

Regards,

Dario


____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to