Fix re-rendering - the sheet ended up with no content.

Change-Id: I1607c35a66f23ab83a5de46bd30b227a28ed82cb
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/103257
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
This commit is contained in:
Michael Meeks
2020-09-23 16:08:00 +02:00
committed by Jan Holesovsky
parent 11b384b195
commit d529fa418f

View File

@ -461,7 +461,7 @@ L.CanvasTileLayer = L.TileLayer.extend({
}
canvas.closePath();
};
this._painter.clear();
this._painter.update();
},
hasSplitPanesSupport: function () {