mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-22 09:43:14 +03:00
Merge pull request #2652 from pearcetm/fix-2651
Mark tiled image as needing update when opacity changes
This commit is contained in:
commit
003dd3a9da
@ -997,6 +997,7 @@ $.extend($.TiledImage.prototype, $.EventSource.prototype, /** @lends OpenSeadrag
|
||||
|
||||
this._opacity = opacity;
|
||||
this._needsDraw = true;
|
||||
this._needsUpdate = true;
|
||||
/**
|
||||
* Raised when the TiledImage's opacity is changed.
|
||||
* @event opacity-change
|
||||
|
Loading…
x
Reference in New Issue
Block a user