projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac6f2e9
)
Fix hiding scrollbar when switching views
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 19 Nov 2009 22:49:18 +0000
(15:49 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 20 Nov 2009 19:03:06 +0000
(12:03 -0700)
imp/js/ViewPort.js
patch
|
blob
|
history
diff --git
a/imp/js/ViewPort.js
b/imp/js/ViewPort.js
index
753b79a
..
5281219
100644
(file)
--- a/
imp/js/ViewPort.js
+++ b/
imp/js/ViewPort.js
@@
-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