Set autoRefigureSizes back to true at the end of the loadQueue.

This commit is contained in:
Larissa Smith 2015-10-07 16:09:17 -06:00
parent 4643851da9
commit 14e86cd30b

View File

@ -1282,6 +1282,7 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
tileSize: _this.collectionTileSize,
tileMargin: _this.collectionTileMargin
});
_this.world.setAutoRefigureSizes(true);
}
}