loleaflet/src/layer/tile/TileLayer.js | 1 + 1 file changed, 1 insertion(+)
New commits: commit 57cb4fe24386fd9191b8e18e5de3b78bebebd20e Author: Mihai Varga <mihai.va...@collabora.com> Date: Mon May 25 17:36:18 2015 +0300 Prune tiles after switching parts diff --git a/loleaflet/src/layer/tile/TileLayer.js b/loleaflet/src/layer/tile/TileLayer.js index 1afc87d..a181c6f 100644 --- a/loleaflet/src/layer/tile/TileLayer.js +++ b/loleaflet/src/layer/tile/TileLayer.js @@ -472,6 +472,7 @@ L.TileLayer = L.GridLayer.extend({ this._currentPart = (this._currentPart + 1) % this._parts; } this._update(); + this._pruneTiles(); } }); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits