mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-04 22:33:32 +03:00
Replace call to viewport.setHomeBounds by viewport._setContentBounds
This commit is contained in:
parent
925ba8a78e
commit
eaab4fb4c5
1 changed files with 1 additions and 1 deletions
|
@ -818,7 +818,7 @@ $.Viewport.prototype = {
|
|||
degrees += 360;
|
||||
}
|
||||
this.degrees = degrees;
|
||||
this.setHomeBounds(
|
||||
this._setContentBounds(
|
||||
this.viewer.world.getHomeBounds(),
|
||||
this.viewer.world.getContentFactor());
|
||||
this.viewer.forceRedraw();
|
||||
|
|
Loading…
Add table
Reference in a new issue