Missed a _renderViewport() conversion.
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 20 Apr 2009 20:03:09 +0000 (14:03 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 20 Apr 2009 20:03:09 +0000 (14:03 -0600)
imp/js/src/ViewPort.js

index 905c27b..99b3cc0 100644 (file)
@@ -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();