From 14e86cd30b10d2b050710ff3a138378eaddc920e Mon Sep 17 00:00:00 2001 From: Larissa Smith Date: Wed, 7 Oct 2015 16:09:17 -0600 Subject: [PATCH] Set autoRefigureSizes back to true at the end of the loadQueue. --- src/viewer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/viewer.js b/src/viewer.js index 3d9ebeb8..af54b5f1 100644 --- a/src/viewer.js +++ b/src/viewer.js @@ -1282,6 +1282,7 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype, tileSize: _this.collectionTileSize, tileMargin: _this.collectionTileMargin }); + _this.world.setAutoRefigureSizes(true); } }