client-side-grid: force white canvas bg for Calc
Signed-off-by: Dennis Francis <dennis.francis@collabora.com> Change-Id: Ia84d5ab66b3a7b06b4874193479b585a9f11c464
This commit is contained in:
parent
f38e0db765
commit
1e2001db3a
1 changed files with 4 additions and 0 deletions
|
@ -187,6 +187,10 @@ L.TileSectionManager = L.Class.extend({
|
|||
this._tilesSection = null; // Shortcut.
|
||||
|
||||
this._sectionContainer = new CanvasSectionContainer(this._canvas);
|
||||
|
||||
if (this._layer.isCalc())
|
||||
this._sectionContainer.setClearColor('white');
|
||||
|
||||
app.sectionContainer = this._sectionContainer;
|
||||
if (L.Browser.cypressTest) // If cypress is active, create test divs.
|
||||
this._sectionContainer.testing = true;
|
||||
|
|
Loading…
Reference in a new issue