Merge pull request #2652 from pearcetm/fix-2651

Mark tiled image as needing update when opacity changes
This commit is contained in:
Ian Gilman 2025-01-09 10:02:35 -08:00 committed by GitHub
commit 003dd3a9da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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