mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-04 22:33:32 +03:00
Merge pull request #2590 from pearcetm/fix-setClip
Bug fix in TiledImage.setClip
This commit is contained in:
commit
3e0e39900e
1 changed files with 1 additions and 0 deletions
|
@ -878,6 +878,7 @@ $.extend($.TiledImage.prototype, $.EventSource.prototype, /** @lends OpenSeadrag
|
|||
this._clip = null;
|
||||
}
|
||||
|
||||
this._needsUpdate = true;
|
||||
this._needsDraw = true;
|
||||
/**
|
||||
* Raised when the TiledImage's clip is changed.
|
||||
|
|
Loading…
Add table
Reference in a new issue