Missing change that should have gone in with #705
This commit is contained in:
@@ -381,9 +381,9 @@ OpenLayers.Tile.Image = OpenLayers.Class(OpenLayers.Tile, {
|
|||||||
OpenLayers.Event.stopObservingElement(img);
|
OpenLayers.Event.stopObservingElement(img);
|
||||||
img.style.visibility = 'inherit';
|
img.style.visibility = 'inherit';
|
||||||
img.style.opacity = this.layer.opacity;
|
img.style.opacity = this.layer.opacity;
|
||||||
this.events.triggerEvent("loadend");
|
|
||||||
this.isLoading = false;
|
this.isLoading = false;
|
||||||
this.canvasContext = null;
|
this.canvasContext = null;
|
||||||
|
this.events.triggerEvent("loadend");
|
||||||
|
|
||||||
if (this.layerAlphaHack === true) {
|
if (this.layerAlphaHack === true) {
|
||||||
img.style.filter =
|
img.style.filter =
|
||||||
|
|||||||
Reference in New Issue
Block a user