From 3defd8ab5c6defa09315db57705d9d2ea70cdd92 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 17 Nov 2010 14:16:03 +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 48060bb2..53cc1a0d 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