Making backbuffer work again for tiles with frame.

This commit is contained in:
ahocevar
2012-03-19 10:10:40 +01:00
parent cd8cd1e6c8
commit f32bfa2240
2 changed files with 7 additions and 5 deletions

View File

@@ -275,6 +275,8 @@ OpenLayers.Tile.Image = OpenLayers.Class(OpenLayers.Tile, {
style.width = "100%";
}
if (this.frame) {
style.width = "100%";
style.height = "100%";
this.frame.appendChild(this.imgDiv);
}
}