From 5b6eb36110971b8488f68016d2f5815a33c67ad4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 17 Nov 2010 14:21:00 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index dca9de20..420c0d24 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -814,7 +814,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { // skip blank cells // set the style first.. - this.parseHtmlStyle( cols[col], row + yoff , realcol + xoff , colspan, rowspan); + this.parseHtmlStyle( cols[col], row + yoff + 1, realcol + xoff , colspan, rowspan); if (!cols[col].childNodes.length) { -- 2.39.2