Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/gui
In directory usw-pr-cvs1:/tmp/cvs-serv16915

Modified Files:
        scrollpane.js 
Log Message:
Richard Bennett's fix for the bw and bh values

Index: scrollpane.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/gui/scrollpane.js,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** scrollpane.js       2001/04/01 00:25:04     1.7
--- scrollpane.js       2001/06/08 03:05:39     1.8
***************
*** 102,107 ****
        if (!o.created || !o.content) return;
  
!       var bw = o.hbar.h;
!       var bh = o.vbar.w;
        var olap = o.theme.overlap;
  
--- 102,107 ----
        if (!o.created || !o.content) return;
  
!       var bh = o.hbar.h; 
!       var bw = o.vbar.w; 
        var olap = o.theme.overlap;
  


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

Reply via email to