Fix hiding scrollbar when switching views
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 19 Nov 2009 22:49:18 +0000 (15:49 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 20 Nov 2009 19:03:06 +0000 (12:03 -0700)
imp/js/ViewPort.js

index 753b79a..5281219 100644 (file)
@@ -1225,6 +1225,7 @@ ViewPort_Scroller = Class.create({
     clear: function()
     {
         this.setSize(0, 0);
+        this.scrollbar.updateHandleLength();
     },
 
     // offset = (integer) Offset to move the scrollbar to