1
0
Fork 0
mirror of https://github.com/openseadragon/openseadragon.git synced 2025-04-01 04:46:11 +03:00

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);
}
}