projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cad1f9c
)
Missed a _renderViewport() conversion.
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 20 Apr 2009 20:03:09 +0000
(14:03 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 20 Apr 2009 20:03:09 +0000
(14:03 -0600)
imp/js/src/ViewPort.js
patch
|
blob
|
history
diff --git
a/imp/js/src/ViewPort.js
b/imp/js/src/ViewPort.js
index
905c27b
..
99b3cc0
100644
(file)
--- a/
imp/js/src/ViewPort.js
+++ b/
imp/js/src/ViewPort.js
@@
-967,7
+967,7
@@
var ViewPort = Class.create({
this.split_bar.observe('dblclick', function() {
var old_size = this.page_size;
this.page_size = this.getPageSize('default');
- this._
renderViewport(
);
+ this._
onResize(true
);
if (this.opts.onSplitBarChange &&
old_size != this.page_size) {
this.opts.onSplitBarChange();